buttonlike toolbarbuttons: also remove styling from pinned overflow menu
This commit is contained in:
parent
bb8d623ced
commit
1f74ecee91
1 changed files with 3 additions and 2 deletions
|
@ -70,12 +70,13 @@ findbar toolbarbutton,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Remove styles from buttons inside extensions and overflow menu */
|
/* 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-icon,
|
||||||
:is(#unified-extensions-panel,#widget-overflow-list) .toolbarbutton-1 > .toolbarbutton-badge-stack{
|
:is(#unified-extensions-panel,.widget-overflow-list) .toolbarbutton-1 > .toolbarbutton-badge-stack{
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
width: revert !important;
|
width: revert !important;
|
||||||
height: revert !important;
|
height: revert !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Special cases */
|
/* Special cases */
|
||||||
|
|
Loading…
Reference in a new issue