From ae15946ab3e79e7acc225e07e8dbd40c55f8b97b Mon Sep 17 00:00:00 2001 From: daria <95225431+dariiing@users.noreply.github.com> Date: Tue, 2 Sep 2025 10:17:10 +0300 Subject: [PATCH] update hover style for password reveal icon --- customize.dist/src/less2/include/password-input.less | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/customize.dist/src/less2/include/password-input.less b/customize.dist/src/less2/include/password-input.less index 05a5a035b..576abc590 100644 --- a/customize.dist/src/less2/include/password-input.less +++ b/customize.dist/src/less2/include/password-input.less @@ -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%); }