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

View File

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