This commit is contained in:
Allan Lin 2024-05-11 14:52:49 +08:00 committed by GitHub
commit 27438b932d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -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;
}
}
}