Closed
Bug 1343478
Opened 8 years ago
Closed 8 years ago
Add missing CSS variable for debugger.html
Categories
(DevTools :: Shared Components, enhancement)
DevTools
Shared Components
Tracking
(firefox54 fixed)
VERIFIED
FIXED
Firefox 54
Tracking | Status | |
---|---|---|
firefox54 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
Details
Attachments
(1 file)
See issue: https://github.com/devtools-html/devtools-core/issues/220
debugger.html (or devtools-core in this case) defines the css variable --theme-comment-alt in its copy of variables.css but this was never ported to mozilla-central.
The values set in devtools core for this variable are:
- light: #ccd1d5
- dark: #5a6375
- firebug: #ccd1d5
Since the firebug theme "extends" the light theme and the same value is defined for both, we should only define it for light and dark.
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8842356 [details]
Bug 1343478 - add missing css variables from devtools.html to variables.css;
https://reviewboard.mozilla.org/r/116224/#review117852
Attachment #8842356 -
Flags: review?(jlaster) → review+
Comment hidden (mozreview-request) |
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e28df8c208a0
add missing css variables from devtools.html to variables.css;r=jlast
Comment 5•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 54
Comment 6•8 years ago
|
||
I have reproduced this issue on Firefox nightly according to (2017-03-01)
Fixing bug is verified on Latest Developer Edition--- Build ID: (20170427004028),User Agent: Mozilla/5.0 (Windows NT 6.1; rv:54.0) Gecko/20100101 Firefox/54.0
Tested OS-- Windows7 32bit
[testday-20170428]
Updated•8 years ago
|
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•