Remove dependence on --menu-x variables
Firefox 105 won't have these anymore as per https://bugzilla.mozilla.org/show_bug.cgi?id=1782858
This commit is contained in:
@@ -6,7 +6,7 @@ See the above repository for updates as well as full license text. */
|
||||
menupopup[placespopup="true"]{
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
--arrowpanel-background: var(--menu-background-color) !important;
|
||||
--arrowpanel-background: var(--menu-background-color,Menu) !important;
|
||||
border-radius: var(--panel-border-radius) !important;
|
||||
}
|
||||
.menupopup-arrowscrollbox{
|
||||
|
||||
Reference in New Issue
Block a user