Skip to content

Commit

Permalink
fix: remove x for IE in input
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoScalzo committed May 5, 2020
1 parent 7017057 commit 4a6f78a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ $block: #{$fd-namespace}-input;
cursor: text;
overflow: hidden;

&::-ms-clear {
display: none;
}

&[aria-expanded="false"] {
z-index: 0;
}
Expand Down

0 comments on commit 4a6f78a

Please sign in to comment.