Skip to content

Commit

Permalink
fix: hide IE input clear icon
Browse files Browse the repository at this point in the history
closes #401
  • Loading branch information
varnastadeus committed Mar 31, 2018
1 parent 1e16f98 commit 8138c73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ng-select/ng-select.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
outline: none;
cursor: default;
width: 100%;
&::-ms-clear {
display: none;
}
}
}
}
Expand Down

0 comments on commit 8138c73

Please sign in to comment.