Skip to content

Commit f89d11c

Browse files
cs1707cn3lfs
authored andcommitted
Input: fix show password icon in edge (ElemeFE#20902)
1 parent 4d174eb commit f89d11c

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)