feat(Password): add cursor pointer to ToggleMask icon (#7132)
Co-authored-by: hxl <52553624@qq.com>pull/7157/head
parent
c357a2e9b1
commit
4ae05194ed
|
@ -71,6 +71,7 @@ const theme = ({ dt }) => `
|
||||||
margin-top: calc(-1 * calc(${dt('icon.size')} / 2));
|
margin-top: calc(-1 * calc(${dt('icon.size')} / 2));
|
||||||
width: ${dt('icon.size')};
|
width: ${dt('icon.size')};
|
||||||
height: ${dt('icon.size')};
|
height: ${dt('icon.size')};
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-password:has(.p-password-toggle-mask-icon) .p-password-input {
|
.p-password:has(.p-password-toggle-mask-icon) .p-password-input {
|
||||||
|
|
Loading…
Reference in New Issue