base.less 236 B

12345678910
  1. // Config global less under antd
  2. [class^=~'@{ant-prefix}-'],
  3. [class*=~' @{ant-prefix}-'] {
  4. // remove the clear button of a text input control in IE10+
  5. &::-ms-clear,
  6. input::-ms-clear,
  7. input::-ms-reveal {
  8. display: none;
  9. }
  10. }