Bug 1797280 - Fix windows 7 selectors to avoid overriding fullscreentoolbar rules. r=dao

Differential Revision: https://phabricator.services.mozilla.com/D162115
This commit is contained in:
Emilio Cobos Álvarez 2022-11-15 16:28:35 +00:00
parent 368171d435
commit b4e1a18061

View File

@ -196,11 +196,11 @@
* it's children visible in order to hide the background but keep the margin and
* padding that comes from those -moz-window-titlebar rules.
*/
:root:not([inDOMFullscreen]) #titlebar:-moz-lwtheme {
:root:not([inFullscreen]) #titlebar:-moz-lwtheme {
visibility: hidden;
}
:root:not([inDOMFullscreen], [chromehidden~="menubar"]) #toolbar-menubar:-moz-lwtheme,
:root:not([inDOMFullscreen], [chromehidden~="toolbar"]) #TabsToolbar:-moz-lwtheme {
:root:not([inFullscreen], [chromehidden~="menubar"]) #toolbar-menubar:-moz-lwtheme,
:root:not([inFullscreen], [chromehidden~="toolbar"]) #TabsToolbar:-moz-lwtheme {
visibility: visible;
}
}