style(theme-chalk): fix input style (#10390)

This commit is contained in:
RealityBoy
2022-11-03 17:41:20 +08:00
committed by GitHub
parent f77716f1e8
commit 5830d07683

View File

@@ -236,6 +236,10 @@
);
}
&::selection {
outline: none;
}
// override edge default style
&[type='password']::-ms-reveal {
display: none;