Remove 'x' on search input in IE

This commit is contained in:
squidfunk 2016-12-28 19:00:04 +01:00
parent db73d4863a
commit 584a59ef8b
4 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -36,7 +36,7 @@
{% include "partials/fonts.html" %} {% include "partials/fonts.html" %}
{% endblock %} {% endblock %}
{% block styles %} {% block styles %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-d20f29caab.css"> <link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-fa9357cbe4.css">
{% if config.extra.palette %} {% if config.extra.palette %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-4bd030561c.palette.css"> <link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-4bd030561c.palette.css">
{% endif %} {% endif %}

View File

@ -171,6 +171,11 @@
color: $md-color-black--light; color: $md-color-black--light;
} }
// Remove the "x" rendered by Internet Explorer
&::-ms-clear {
display: none;
}
// [tablet portrait -]: Full-screen search bar // [tablet portrait -]: Full-screen search bar
@include break-to-device(tablet portrait) { @include break-to-device(tablet portrait) {
width: 100%; width: 100%;