mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed layer order of search component elements
This commit is contained in:
parent
0beb885666
commit
6609324bd6
File diff suppressed because one or more lines are too long
@ -38,7 +38,7 @@
|
|||||||
<script src="{{ base_url }}/assets/javascripts/modernizr-56ade86843.js"></script>
|
<script src="{{ base_url }}/assets/javascripts/modernizr-56ade86843.js"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-72266791c5.css">
|
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-4d0d3f2fbf.css">
|
||||||
{% if config.extra.palette %}
|
{% if config.extra.palette %}
|
||||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-f78e5cb881.palette.css">
|
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-f78e5cb881.palette.css">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -191,7 +191,7 @@ $md-toggle__search--checked:
|
|||||||
position: relative;
|
position: relative;
|
||||||
padding: 0 4.8rem 0 7.2rem;
|
padding: 0 4.8rem 0 7.2rem;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
z-index: 1;
|
z-index: 2;
|
||||||
|
|
||||||
// Transition on placeholder
|
// Transition on placeholder
|
||||||
&::placeholder {
|
&::placeholder {
|
||||||
@ -264,7 +264,7 @@ $md-toggle__search--checked:
|
|||||||
opacity 0.25s;
|
opacity 0.25s;
|
||||||
font-size: $md-icon-size;
|
font-size: $md-icon-size;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
z-index: 1;
|
z-index: 2;
|
||||||
|
|
||||||
// Hovered icon
|
// Hovered icon
|
||||||
&:hover {
|
&:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user