mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-07 18:25:45 +08:00
parent
0caa975ee2
commit
ee68e7883a
@ -235,6 +235,16 @@ $cursor: #fff;
|
||||
box-shadow: 0 0 0px 1000px $bg inset !important;
|
||||
-webkit-text-fill-color: $cursor !important;
|
||||
}
|
||||
|
||||
/* 去除浏览器密码框默认的小眼睛 */
|
||||
&::-webkit-credentials-cramble-button {
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
&::-ms-reveal,
|
||||
&::-ms-clear {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user