1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-28 01:10:58 +01:00

Fixed layer order of search component elements

This commit is contained in:
squidfunk 2017-04-23 20:56:32 +02:00 committed by Martin Donath
parent 0beb885666
commit 6609324bd6
3 changed files with 4 additions and 4 deletions

View File

@ -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 %}

View File

@ -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 {