Skip to content

Commit 47055a7

Browse files
crisbetojelbourn
authored andcommitted
fix(input): remove native IE reveal icon (#8439)
Removes the password reveal icon, that IE adds by default on inputs, for cross-browser consistency. Fixes #8390.
1 parent 43217ef commit 47055a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/input/input.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
box-shadow: none;
3333
}
3434

35-
// Remove IE's default clear icon.
36-
&::-ms-clear {
35+
// Remove IE's default clear and reveal icons.
36+
&::-ms-clear, &::-ms-reveal {
3737
display: none;
3838
}
3939

0 commit comments

Comments
 (0)