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:
@@ -8,7 +8,7 @@ See the above repository for updates as well as full license text. */
|
||||
--toolbar-field-background-color: var(--toolbar-field-non-lwt-bgcolor);
|
||||
--toolbar-field-focus-background-color: var(--lwt-toolbar-field-focus,Field);
|
||||
}
|
||||
:root:-moz-lwtheme{
|
||||
:root[lwtheme]{
|
||||
--toolbar-field-background-color: var(--lwt-toolbar-field-background-color);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user