buttonlike toolbarbuttons: also remove styling from pinned overflow menu

This commit is contained in:
MrOtherGuy 2023-04-09 21:45:43 +03:00
parent bb8d623ced
commit 1f74ecee91

View file

@ -70,12 +70,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{
: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;
width: revert !important;
height: revert !important;
padding: 0 !important;
border: none;
}
/* Special cases */