Closed
Bug 1211190
Opened 9 years ago
Closed 9 years ago
Convert more hardcoded colors to CSS variables
Categories
(DevTools :: Shared Components, defect)
DevTools
Shared Components
Tracking
(firefox44 fixed)
RESOLVED
FIXED
Firefox 44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: ntim, Assigned: ntim)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
Bug 1211190 - UConvert hardcoded colors to CSS variables in devtools. r=bgrins
Attachment #8669363 -
Flags: review?(bgrinstead)
Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8669363 [details]
MozReview Request: Bug 1211190 - Convert hardcoded colors to CSS variables in devtools. r=bgrins, jsantell
Summary of changes:
- Changed hardcoded theme colors to theme css vars
- canvasdebugger.css: Removed preprocessor variables and converted them to CSS vars
- webconsole.css: Changed old system colors to DevTools CSS variables (I used the closest existing var for each changed color)
Assignee | ||
Comment 3•9 years ago
|
||
Comment on attachment 8669363 [details]
MozReview Request: Bug 1211190 - Convert hardcoded colors to CSS variables in devtools. r=bgrins, jsantell
Bug 1211190 - Convert hardcoded colors to CSS variables in devtools. r=bgrins
Attachment #8669363 -
Attachment description: MozReview Request: Bug 1211190 - UConvert hardcoded colors to CSS variables in devtools. r=bgrins → MozReview Request: Bug 1211190 - Convert hardcoded colors to CSS variables in devtools. r=bgrins
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → ntim.bugs
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8669363 [details]
MozReview Request: Bug 1211190 - Convert hardcoded colors to CSS variables in devtools. r=bgrins, jsantell
Bug 1211190 - Convert hardcoded colors to CSS variables in devtools. r=bgrins
Comment 5•9 years ago
|
||
Comment on attachment 8669363 [details]
MozReview Request: Bug 1211190 - Convert hardcoded colors to CSS variables in devtools. r=bgrins, jsantell
Jordan, can you have a look at the webaudioeditor and canvasdebugger changes?
Attachment #8669363 -
Flags: review?(jsantell)
Comment 6•9 years ago
|
||
https://reviewboard.mozilla.org/r/21181/#review19269
Code looks great, way cleaner, both tools look the same in both light/dark, R+
Comment 7•9 years ago
|
||
Comment on attachment 8669363 [details]
MozReview Request: Bug 1211190 - Convert hardcoded colors to CSS variables in devtools. r=bgrins, jsantell
Web Audio and Canvas look great, thanks!
Attachment #8669363 -
Flags: review?(jsantell) → review+
Comment 8•9 years ago
|
||
Comment on attachment 8669363 [details]
MozReview Request: Bug 1211190 - Convert hardcoded colors to CSS variables in devtools. r=bgrins, jsantell
https://reviewboard.mozilla.org/r/21183/#review19275
Looks great, thanks! Just one note to keep the console input looking the same in the light theme but let's land it after that
::: devtools/client/themes/webconsole.css:366
(Diff revision 3)
> + background-color: #fff;
Should also re-add:
border-color: ThreeDShadow;
to the light theme
Attachment #8669363 -
Flags: review?(bgrinstead) → review+
Assignee | ||
Comment 9•9 years ago
|
||
Comment on attachment 8669363 [details]
MozReview Request: Bug 1211190 - Convert hardcoded colors to CSS variables in devtools. r=bgrins, jsantell
Bug 1211190 - Convert hardcoded colors to CSS variables in devtools. r=bgrins, jsantell
Attachment #8669363 -
Attachment description: MozReview Request: Bug 1211190 - Convert hardcoded colors to CSS variables in devtools. r=bgrins → MozReview Request: Bug 1211190 - Convert hardcoded colors to CSS variables in devtools. r=bgrins, jsantell
Attachment #8669363 -
Flags: review?(jsantell)
Attachment #8669363 -
Flags: review?(bgrinstead)
Attachment #8669363 -
Flags: review+
Assignee | ||
Comment 10•9 years ago
|
||
Comment on attachment 8669363 [details]
MozReview Request: Bug 1211190 - Convert hardcoded colors to CSS variables in devtools. r=bgrins, jsantell
Argh, mozreview
Attachment #8669363 -
Flags: review?(jsantell)
Attachment #8669363 -
Flags: review?(bgrinstead)
Attachment #8669363 -
Flags: review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Comment 11•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/ea6053144e51729eeb8fd23a0b88bcb103a3b803
Bug 1211190 - Convert hardcoded colors to CSS variables in devtools. r=bgrins, jsantell
Updated•9 years ago
|
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 44
Assignee | ||
Updated•9 years ago
|
Blocks: dt-theme-cleanup
Updated•6 years ago
|
Product: Firefox → DevTools
Assignee | ||
Updated•6 years ago
|
Component: General → CSS and Themes
Updated•3 years ago
|
Component: CSS and Themes → Shared Components
You need to log in
before you can comment on or make changes to this bug.
Description
•