Fix tweaks not applying on Firefox 120 #109

This commit is contained in:
bmFtZQ 2023-11-22 13:56:54 +08:00
parent 296e90f198
commit fafce3d91b
8 changed files with 28 additions and 27 deletions

View file

@ -380,7 +380,7 @@ panelview .toolbarbutton-1,
}
/* disable context menu when this tweak is applied */
@supports not -moz-bool-pref("uc.tweak.revert-context-menu") {
@media not (-moz-bool-pref: "uc.tweak.revert-context-menu") {
/* Context Menu */
menupopup:not(.PanelUI-subView),
menupopup:not(.PanelUI-subView) menuitem,
@ -619,7 +619,7 @@ panelview .toolbarbutton-1,
fill: var(--lwt-toolbarbutton-icon-fill-attention, var(--toolbarbutton-icon-fill-attention, currentColor)) !important;
}
@supports not -moz-bool-pref("uc.tweak.smaller-context-menu-text") {
@media not (-moz-bool-pref: "uc.tweak.smaller-context-menu-text") {
@media (-moz-platform: windows) {
.menu-text,
.menu-iconic-text,