combobox.less 140 B

123456789101112
  1. .combobox {
  2. &.disabled {
  3. .input-group-btn {
  4. cursor: not-allowed;
  5. }
  6. }
  7. input {
  8. &::-ms-clear {
  9. display:none;
  10. }
  11. }
  12. }