Skip to content

Commit

Permalink
Input: fix show password icon in edge (ElemeFE#20902)
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1707 authored and hzsrc committed Feb 2, 2023
1 parent 5dc8735 commit 402f086
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/theme-chalk/src/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@
transition: $--border-transition-base;
width: 100%;

&::-ms-reveal {
display: none;
}

&::placeholder {
color: $--input-placeholder-color;
}
Expand Down

0 comments on commit 402f086

Please sign in to comment.