1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-30 16:23:53 +00:00

Fix hover background color

This commit is contained in:
Jeffrey Holland
2025-12-12 21:06:01 +01:00
parent e8f872021d
commit 2a18225289

View File

@@ -199,7 +199,7 @@ body * {
}
.inline-menu-list-actions-item:hover {
background: var(--color-hover-default);
background: rgb(var(--color-background));
}
.inline-menu-list-actions-item .cipher-container {