Skip to content

Commit

Permalink
perf: remove IE 10's clear button X
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxiong10 committed Mar 11, 2019
1 parent e7775d6 commit 6a990d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ $primary-color: #1284e7;
&:focus {
outline: none;
}
&::-ms-clear {
display: none;
}
}

.mx-input-append {
Expand Down

0 comments on commit 6a990d8

Please sign in to comment.