From 8480e41c1ba52bc37b5c6004a27444b676f3d77c Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Tue, 16 Jul 2019 19:40:59 -0500 Subject: [PATCH] Fix keyboard shortcut opacity --- theme/parts/popups.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/parts/popups.css b/theme/parts/popups.css index 9ee9ca5..6d21f59 100644 --- a/theme/parts/popups.css +++ b/theme/parts/popups.css @@ -72,6 +72,10 @@ panel:not(.tooltip-xul-wrapper) .panel-arrowcontent { opacity: 0.5 !important; } +.subviewbutton[shortcut]:after { + opacity: 0.5 !important; +} + .subviewbutton:not([disabled]):hover, .toolbarbutton-1:not([disabled]):hover { background: var(--gnome-popover-button-hover-background) !important; }