mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
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:
parent
368171d435
commit
b4e1a18061
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user