Remove uses of :-moz-lwtheme pseudo-class
The pseudo-class is removed in 126, but can be usually be trivially replaced with :root[lwtheme]
This commit is contained in:
@@ -65,7 +65,7 @@ linux_gtk_window_control_patch.css
|
||||
}
|
||||
#TabsToolbar:hover{ z-index: 1 }
|
||||
|
||||
#TabsToolbar:-moz-lwtheme{ background-color: var(--lwt-accent-color); }
|
||||
:root[lwtheme] #TabsToolbar{ background-color: var(--lwt-accent-color); }
|
||||
#TabsToolbar-customization-target{ width: 100vw; }
|
||||
|
||||
.tab-background{ border-top-style: none !important; }
|
||||
|
||||
Reference in New Issue
Block a user