password reveal: slash through eye icon while password hidden
CI / test (push) Successful in 17s
CI / docker (push) Skipped

This commit is contained in:
2026-09-08 20:55:25 -05:00
parent 6b21f997b5
commit 9d75d2f80d
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -241,6 +241,8 @@ td a.slug:hover { color: var(--accent); }
flex-shrink: 0;
}
.pw-field .reveal:hover { color: var(--fg); }
.pw-field .reveal .eye-slash { display: none; }
.pw-field .reveal.off .eye-slash { display: block; }
.pw-field svg { width: 20px; height: 20px; display: block; }
/* custom URL input (#22) */