mirror of https://github.com/ElemeFE/element
Input: fix show password icon in edge (#20902)
parent
04858017fb
commit
0606cb8f96
|
@ -120,6 +120,10 @@
|
|||
transition: $--border-transition-base;
|
||||
width: 100%;
|
||||
|
||||
&::-ms-reveal {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&::placeholder {
|
||||
color: $--input-placeholder-color;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue