buttonlike buttons: Remove custom styling of zoom items in overflow menu

This commit is contained in:
MrOtherGuy 2023-04-10 12:44:25 +03:00
parent 1f74ecee91
commit 92be3549cd

View file

@ -71,12 +71,13 @@ findbar toolbarbutton,
/* Remove styles from buttons inside extensions and overflow menu */
:is(#unified-extensions-panel,.widget-overflow-list) .toolbarbutton-1 > .toolbarbutton-icon,
:is(#unified-extensions-panel,.widget-overflow-list) .toolbarbutton-1 > .toolbarbutton-badge-stack{
background-color: transparent;
:is(#unified-extensions-panel,.widget-overflow-list) .toolbarbutton-1 > .toolbarbutton-badge-stack,
.widget-overflow-list .toolbarbutton-text{
background-color: transparent !important;
width: revert !important;
height: revert !important;
padding: 0 !important;
border: none;
border: none !important;
}
/* Special cases */