You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.
Whenever a stylesheet from chrome://global/skin/in-content/ is included, appearance properties that are limited to chrome/UA stylesheets (menupopup, menuitem, groupbox, etc.) break across all stylesheets. This is most notable in about:config, where the inclusion of chrome://global/skin/in-content/info-pages.css breaks the menupopup styles defined in chrome://global/skin/global.css.
With in-content stylesheet:
Without:
This happens with both xml-stylesheet and html:link[rel="stylesheet"]. It should also be noted that removing the in-content stylesheet with the developer tools while the page is loaded does not affect the appearance properties, unless a new stylesheet that defines them is added then after. Basically, this affects the page load.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Whenever a stylesheet from
chrome://global/skin/in-content/
is included, appearance properties that are limited to chrome/UA stylesheets (menupopup
,menuitem
,groupbox
, etc.) break across all stylesheets. This is most notable inabout:config
, where the inclusion ofchrome://global/skin/in-content/info-pages.css
breaks the menupopup styles defined inchrome://global/skin/global.css
.With
in-content
stylesheet:Without:
This happens with both
xml-stylesheet
andhtml:link[rel="stylesheet"]
. It should also be noted that removing the in-content stylesheet with the developer tools while the page is loaded does not affect the appearance properties, unless a new stylesheet that defines them is added then after. Basically, this affects the page load.The text was updated successfully, but these errors were encountered: