1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 07:30:12 +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>
{% endblock %}
{% 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 %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-f78e5cb881.palette.css">
{% endif %}

View File

@ -191,7 +191,7 @@ $md-toggle__search--checked:
position: relative;
padding: 0 4.8rem 0 7.2rem;
text-overflow: ellipsis;
z-index: 1;
z-index: 2;
// Transition on placeholder
&::placeholder {
@ -264,7 +264,7 @@ $md-toggle__search--checked:
opacity 0.25s;
font-size: $md-icon-size;
cursor: pointer;
z-index: 1;
z-index: 2;
// Hovered icon
&:hover {