Use shared tokens on about:debugging
Categories
(Toolkit :: UI Widgets, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: mkennedy, Assigned: mkennedy)
References
Details
(Whiteboard: [recomp])
Attachments
(3 files)
Currently, the about:debugging
page doesn't use our shared token CSS vars in tokens-brand.css which prevents 1517856 from being fully implemented. Importing the shared brand tokens onto the about:debugging
pages will allow us to complete future reusable component integration work and eliminate hard-coded variables.
Assignee | ||
Updated•2 months ago
|
Updated•2 months ago
|
Assignee | ||
Comment 1•2 months ago
|
||
Picking up from the conversation with the devtools member in https://phabricator.services.mozilla.com/D229185, we're thinking of @import
ing tokens-brand.css into the aboutdebugging.css file.
Assignee | ||
Comment 2•2 months ago
|
||
Assignee | ||
Comment 3•2 months ago
|
||
Backed out for causing dt failures @browser_parsable_css.js.
Assignee | ||
Comment 7•2 months ago
|
||
After investigating, it appears the build for devtools is failing because all CSS vars in the imported tokens-brand.css file aren't being used. So Mark Striemer [:mstriemer] is looking into how to update the build tests to make an exception for the tokens-brand.css file import.
Comment 8•2 months ago
|
||
Updated•2 months ago
|
Updated•2 months ago
|
Comment 10•2 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b2bbab225265
https://hg.mozilla.org/mozilla-central/rev/e18f451097b8
https://hg.mozilla.org/mozilla-central/rev/cf043f73bf56
Description
•