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:
MrOtherGuy
2022-08-31 15:58:48 +03:00
parent 3c7a4cd0f2
commit 3f5bc73e69
2 changed files with 5 additions and 1 deletions

View File

@@ -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{