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:
MrOtherGuy
2024-03-20 07:13:32 +02:00
parent 4215caf2b8
commit 2e47c6caa4
7 changed files with 11 additions and 11 deletions

View File

@@ -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; }