Closed
Bug 1553468
Opened 6 years ago
Closed 6 years ago
Dark theme color fix for the markup view's Inactive elements
Categories
(DevTools :: Inspector, defect, P2)
DevTools
Inspector
Tracking
(firefox69 verified)
VERIFIED
FIXED
Firefox 69
Tracking | Status | |
---|---|---|
firefox69 | --- | verified |
People
(Reporter: miker, Assigned: miker)
References
(Blocks 1 open bug)
Details
(Whiteboard: [lang=css])
Attachments
(2 files)
The original bug gave this brief:
/* markup.css | chrome://devtools/skin/markup.css */
.not-displayed .attr-value {
color: #a4a4a4;
}
.not-displayed .attr-name {
color: #787878;
}
.not-displayed {
color: #787878;
}
But .not-displayed .tag
should still be Gray-45.
Assignee | ||
Comment 2•6 years ago
|
||
Pushed by mratcliffe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9cf36b46d6c3
Dark theme color fix for the markup view's Inactive elements r=pbro
Comment 5•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 69
You need to log in
before you can comment on or make changes to this bug.
Description
•