fix(input): remove red shadow for firefox

fixes #16318
This commit is contained in:
Manu Mtz.-Almeida
2018-11-16 00:18:39 +01:00
parent c9b4e66f36
commit 767d299fb2

View File

@@ -89,6 +89,10 @@
background-color: transparent;
}
&:invalid {
box-shadow: none;
}
&::-ms-clear {
display: none;
}