fix(input): remove clear icon in edge

This commit is contained in:
Manu Mtz.-Almeida
2018-11-02 22:47:18 +01:00
committed by Manu MA
parent a8be5291bb
commit 59bee23734
4 changed files with 13 additions and 1 deletions

View File

@@ -88,6 +88,10 @@
&:-webkit-autofill {
background-color: transparent;
}
&::-ms-clear {
display: none;
}
}
.native-input[disabled] {