mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
remove the clear button of a text input control in IE10 and plus
This commit is contained in:
parent
5a47d35d1e
commit
1d6f5a88ae
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user