remove the clear button of a text input control in IE10 and plus

This commit is contained in:
SimaQ 2015-08-05 17:54:19 +08:00
parent 5a47d35d1e
commit 1d6f5a88ae

View File

@ -41,6 +41,11 @@ ol {
list-style: none;
}
// Remove the clear button of a text input control in IE10+
input::-ms-clear, input::-ms-reveal {
display: none;
}
// Links
// -- TODO --
a {