Input: fix show password icon in edge (#20902)

pull/20907/head
好多大米 2021-04-06 11:37:14 +08:00 committed by GitHub
parent 04858017fb
commit 0606cb8f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -120,6 +120,10 @@
transition: $--border-transition-base;
width: 100%;
&::-ms-reveal {
display: none;
}
&::placeholder {
color: $--input-placeholder-color;
}