Closed
Bug 1855429
Opened 1 year ago
Closed 1 year ago
Make some common-shared.css styles easier to override.
Categories
(Firefox :: Theme, task)
Firefox
Theme
Tracking
()
RESOLVED
FIXED
120 Branch
Tracking | Status | |
---|---|---|
firefox120 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(2 files)
This allows bug 1823943 to not use !important
everywhere etc.
Assignee | ||
Comment 1•1 year ago
|
||
This prevents other styles from having to spell a bunch of type
selectors or use !important just to override these.
While at it make the :host rule only apply for anonymous content roots
like it should, so that it doesn't override variables set from outside.
This allows us to remove the :host(dialog) workaround too.
Assignee | ||
Comment 2•1 year ago
|
||
Use the standard name (:user-invalid).
Depends on D189363
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1a8a28b944e6
Make some common-shared.css styles easier to override. r=desktop-theme-reviewers,dao
https://hg.mozilla.org/integration/autoland/rev/379514b9c5ee
Clean up -moz-ui-invalid usage in toolkit and browser. r=desktop-theme-reviewers,credential-management-reviewers,sgalich,dao
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1a8a28b944e6
https://hg.mozilla.org/mozilla-central/rev/379514b9c5ee
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•