mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 1585971 - Fix chrome root element styling. r=bgrins
In bug 1583403, some styling was moved from a "window,dialog,wizard" section to ":root" which changed the specificity and overrode styles in common.inc.css. Changing common.inc.css to also use ":root" fixes the issue. Differential Revision: https://phabricator.services.mozilla.com/D48090 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
ead3514ee7
commit
86debda2dc
@ -150,9 +150,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
html|html,
|
||||
xul|page,
|
||||
xul|window {
|
||||
:root {
|
||||
font: message-box;
|
||||
-moz-appearance: none;
|
||||
background-color: var(--in-content-page-background);
|
||||
|
Loading…
Reference in New Issue
Block a user