Popups: Fix some hover weirdness

This commit is contained in:
Rafael Mardojai CM 2022-05-18 00:05:41 -05:00
parent 154a6ea907
commit f5dae32ad1
1 changed files with 4 additions and 1 deletions

View File

@ -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%;