mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Removed details marker on Firefox for search result expansion
This commit is contained in:
parent
29ae5bbcd8
commit
091fe4426f
@ -5,8 +5,8 @@
|
||||
"assets/javascripts/vendor.js.map": "assets/javascripts/vendor.26b6ac05.min.js.map",
|
||||
"assets/javascripts/worker/search.js": "assets/javascripts/worker/search.cbc634e2.min.js",
|
||||
"assets/javascripts/worker/search.js.map": "assets/javascripts/worker/search.cbc634e2.min.js.map",
|
||||
"assets/stylesheets/main.css": "assets/stylesheets/main.1d877a71.min.css",
|
||||
"assets/stylesheets/main.css.map": "assets/stylesheets/main.1d877a71.min.css.map",
|
||||
"assets/stylesheets/main.css": "assets/stylesheets/main.f6c1319f.min.css",
|
||||
"assets/stylesheets/main.css.map": "assets/stylesheets/main.f6c1319f.min.css.map",
|
||||
"assets/stylesheets/overrides.css": "assets/stylesheets/overrides.41a1bb10.min.css",
|
||||
"assets/stylesheets/overrides.css.map": "assets/stylesheets/overrides.41a1bb10.min.css.map",
|
||||
"assets/stylesheets/palette.css": "assets/stylesheets/palette.17bd0b03.min.css",
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
3
material/assets/stylesheets/main.f6c1319f.min.css
vendored
Normal file
3
material/assets/stylesheets/main.f6c1319f.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.f6c1319f.min.css.map
Normal file
1
material/assets/stylesheets/main.f6c1319f.min.css.map
Normal file
File diff suppressed because one or more lines are too long
@ -34,7 +34,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.1d877a71.min.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.f6c1319f.min.css' | url }}">
|
||||
{% if config.theme.palette %}
|
||||
{% set palette = config.theme.palette %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.17bd0b03.min.css' | url }}">
|
||||
|
@ -568,6 +568,7 @@ $md-toggle__search--checked:
|
||||
|
||||
// Search result container
|
||||
&__more summary {
|
||||
display: block;
|
||||
padding: px2em(12px) px2rem(16px);
|
||||
color: var(--md-typeset-a-color);
|
||||
font-size: px2rem(12.8px);
|
||||
|
Loading…
Reference in New Issue
Block a user