From f5dae32ad1684538d09032e3d5cf2c3d3ecdd020 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Wed, 18 May 2022 00:05:41 -0500 Subject: [PATCH] Popups: Fix some hover weirdness --- theme/parts/popups.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/theme/parts/popups.css b/theme/parts/popups.css index d05b37d..4735015 100644 --- a/theme/parts/popups.css +++ b/theme/parts/popups.css @@ -149,10 +149,13 @@ panel[type="arrow"].panel-no-padding::part(content) { fill-opacity: 1 !important; } -.subviewbutton:not([disabled]):hover, .toolbarbutton-1:not([disabled]):hover, .protections-popup-category:not([disabled]):hover, +.subviewbutton:not([disabled], #appMenu-zoom-controls2, #appMenu-fxa-label2):hover, .toolbarbutton-1:not([disabled]):hover, .protections-popup-category:not([disabled]):hover, .identity-popup-content-blocking-category:not([disabled]):hover, #PlacesToolbar .bookmark-item:hover, #PlacesToolbar .bookmark-item[open], #PlacesToolbar .bookmark-item[_moz-menuactive] { background-color: var(--gnome-popover-button-hover-background) !important; } +#appMenu-fxa-label2:hover { + background: transparent !important; +} .subviewbutton-back { width: 100%;