1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 19:38:27 +02:00

Removed box shadow on collapsed Admonitions

This commit is contained in:
squidfunk 2020-11-22 13:51:41 +01:00
parent 98d1561130
commit cda11a529a
6 changed files with 7 additions and 6 deletions

View File

@ -5,8 +5,8 @@
"assets/javascripts/vendor.js.map": "assets/javascripts/vendor.fd16492e.min.js.map",
"assets/javascripts/worker/search.js": "assets/javascripts/worker/search.4ac00218.min.js",
"assets/javascripts/worker/search.js.map": "assets/javascripts/worker/search.4ac00218.min.js.map",
"assets/stylesheets/main.css": "assets/stylesheets/main.6910b76c.min.css",
"assets/stylesheets/main.css.map": "assets/stylesheets/main.6910b76c.min.css.map",
"assets/stylesheets/main.css": "assets/stylesheets/main.3d4970a8.min.css",
"assets/stylesheets/main.css.map": "assets/stylesheets/main.3d4970a8.min.css.map",
"assets/stylesheets/overrides.css": "assets/stylesheets/overrides.9ed35d6f.min.css",
"assets/stylesheets/overrides.css.map": "assets/stylesheets/overrides.9ed35d6f.min.css.map",
"assets/stylesheets/palette.css": "assets/stylesheets/palette.196e0c26.min.css",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -39,7 +39,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.6910b76c.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.3d4970a8.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.196e0c26.min.css' | url }}">

View File

@ -50,6 +50,7 @@
// Remove bottom spacing for closed details
&:not([open]) {
padding-bottom: 0;
box-shadow: none;
// We cannot set overflow: hidden, as the outline would not be visible,
// so we need to correct the border radius