Skip to content

Commit 0606cb8

Browse files
authored
Input: fix show password icon in edge (#20902)
1 parent 0485801 commit 0606cb8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/theme-chalk/src/input.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@
120120
transition: $--border-transition-base;
121121
width: 100%;
122122

123+
&::-ms-reveal {
124+
display: none;
125+
}
126+
123127
&::placeholder {
124128
color: $--input-placeholder-color;
125129
}

0 commit comments

Comments
 (0)