Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 6ac8321

Browse files
cs1707CarterLi
authored andcommitted
Input: fix show password icon in edge (ElemeFE#20902)
1 parent 4721423 commit 6ac8321

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
@@ -119,6 +119,10 @@
119119
transition: $--border-transition-base;
120120
width: 100%;
121121

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

0 commit comments

Comments
 (0)