Fix tweaks not applying on Firefox 120 #109
This commit is contained in:
parent
296e90f198
commit
fafce3d91b
8 changed files with 28 additions and 27 deletions
|
@ -550,7 +550,7 @@ and 11 so applied to both) */
|
|||
}
|
||||
|
||||
/* disable context menu icons 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 Icons */
|
||||
menupopup>menuitem:is([checked="true"], [selected="true"]) .menu-iconic-icon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue