update hover style for password reveal icon

This commit is contained in:
daria 2025-09-02 10:17:10 +03:00
parent 453dca9309
commit ae15946ab3
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

@ -16,13 +16,7 @@
flex: 1;
min-width: 0;
}
.fa {
width: 30px;
height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
svg {
&:hover {
color: darken(@cryptpad_color_brand, 10%);
}