Commit 0606cb8f authored by 好多大米's avatar 好多大米 Committed by GitHub

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

parent 04858017
......@@ -120,6 +120,10 @@
transition: $--border-transition-base;
width: 100%;
&::-ms-reveal {
display: none;
}
&::placeholder {
color: $--input-placeholder-color;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment