mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 13:47:02 +08:00
11 lines
236 B
Plaintext
11 lines
236 B
Plaintext
// Config global less under antd
|
|
[class^=~'@{ant-prefix}-'],
|
|
[class*=~' @{ant-prefix}-'] {
|
|
// remove the clear button of a text input control in IE10+
|
|
&::-ms-clear,
|
|
input::-ms-clear,
|
|
input::-ms-reveal {
|
|
display: none;
|
|
}
|
|
}
|