From 9d88f3e4ee51e2f052dc8e6d033c86658a838ca9 Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Mon, 1 Feb 2021 23:37:49 +0100 Subject: [PATCH] bitwarden fix for #145 --- CSS/themes/bitwarden/bitwarden-base.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CSS/themes/bitwarden/bitwarden-base.css b/CSS/themes/bitwarden/bitwarden-base.css index beccbe1b..ad803a89 100644 --- a/CSS/themes/bitwarden/bitwarden-base.css +++ b/CSS/themes/bitwarden/bitwarden-base.css @@ -323,7 +323,10 @@ app-vault-groupings .card .card-body a, app-org-vault-groupings .card .card-body a { color: var(--text); } - +app-vault-groupings .card .card-body a:hover.text-muted { + color: #fff !important; + opacity: 1 !important; +} app-vault-groupings .card li.active>a:first-of-type, app-vault-groupings .card li.active>div a:first-of-type, app-org-vault-groupings .card li.active>a:first-of-type,