mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-31 09:48:53 -04:00
Remove 'x' on search input in IE
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user