Closed
Bug 1931499
Opened 1 year ago
Closed 1 year ago
Waterfall get high contrast colors even if toolbox theme is not Auto
Categories
(DevTools :: Netmonitor, defect, P3)
DevTools
Netmonitor
Tracking
(firefox134 fixed)
RESOLVED
FIXED
134 Branch
| Tracking | Status | |
|---|---|---|
| firefox134 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
(Keywords: no-plan-to-ship)
Attachments
(1 file)
That's because we unconditionally re-set the forced-color-ajust to auto
.requests-list-waterfall {
...
/* Make sure that the background is visible in high Contrast Mode */
forced-color-adjust: none;
& > * {
/* and reset forced-color-adjust on children so we respect HCM */
forced-color-adjust: auto;
}
}
we should only do this if HCM support is enabled
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9c80873f25a2
[devtools] Only re-set forced-color-adjust if forced colors is enabled. r=devtools-reviewers,ochameau
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•