Skip to content

Commit

Permalink
fix(input): remove native IE reveal icon
Browse files Browse the repository at this point in the history
Removes the password reveal icon, that IE adds by default on inputs, for cross-browser consistency.

Fixes #8390.
  • Loading branch information
crisbeto authored and jelbourn committed Nov 18, 2017
1 parent 8b3c8a5 commit 3c3df54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
box-shadow: none;
}

// Remove IE's default clear icon.
&::-ms-clear {
// Remove IE's default clear and reveal icons.
&::-ms-clear, &::-ms-reveal {
display: none;
}

Expand Down

0 comments on commit 3c3df54

Please sign in to comment.