feat(Password): add cursor pointer to ToggleMask icon (#7132)

Co-authored-by: hxl <52553624@qq.com>
pull/7157/head
Jupiter 2025-01-27 17:42:58 +08:00 committed by GitHub
parent c357a2e9b1
commit 4ae05194ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ const theme = ({ dt }) => `
margin-top: calc(-1 * calc(${dt('icon.size')} / 2));
width: ${dt('icon.size')};
height: ${dt('icon.size')};
cursor: pointer;
}
.p-password:has(.p-password-toggle-mask-icon) .p-password-input {