Skip to content

Commit

Permalink
fix(popups): Fix overflow menu items hover background
Browse files Browse the repository at this point in the history
Closes #867
  • Loading branch information
rafaelmardojai committed Nov 28, 2024
1 parent 83d2775 commit a2bc015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme/parts/popups.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ menuitem[disabled="true"][_moz-menuactive], menupopup menu[disabled="true"][_moz
/* Menu buttons hover */
menuitem:not([disabled="true"]):is(:hover, [_moz-menuactive]),
menupopup menu:not([disabled="true"]):is(:hover, [_moz-menuactive]),
panelview .toolbarbutton-1:hover,
.subviewbutton:not([disabled="true"], #appMenu-zoom-controls2, #appMenu-fxa-label2):hover,
.protections-popup-footer-button:not([disabled="true"]):hover,
#protections-popup-show-report-stack:hover .protections-popup-footer-button,
Expand Down

0 comments on commit a2bc015

Please sign in to comment.