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:
@@ -16,7 +16,7 @@ See the above repository for updates as well as full license text. */
|
||||
}
|
||||
|
||||
@media (-moz-platform: windows){
|
||||
#navigator-toolbox:not(:-moz-lwtheme){ background-color: -moz-dialog !important; }
|
||||
:root:not([lwtheme]) #navigator-toolbox{ background-color: -moz-dialog !important; }
|
||||
}
|
||||
|
||||
:root[sizemode="fullscreen"],
|
||||
|
||||
Reference in New Issue
Block a user