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 cn3lfs committed Feb 24, 2022
1 parent 4d174eb commit f89d11c
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 f89d11c

Please sign in to comment.