Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(autocomplete): hide extra X on input in IE
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcy Sutton committed Feb 13, 2015
1 parent 5e08e5b commit 800af31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/autocomplete/autocomplete.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ md-autocomplete {
outline: none;
z-index: 2;
background: transparent;

&::-ms-clear {
display: none;
}
}
button {
position: absolute;
Expand Down

0 comments on commit 800af31

Please sign in to comment.