You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// 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;
|
|
}
|
|
|
|
&,
|
|
*,
|
|
*::before,
|
|
*::after {
|
|
box-sizing: border-box; // 1
|
|
}
|
|
}
|