Rules view accordion text isn't legible on hover in High Contrast Mode
Categories
(DevTools :: Inspector: Rules, defect, P2)
Tracking
(Accessibility Severity:s2, firefox134 fixed)
Tracking | Status | |
---|---|---|
firefox134 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
(Keywords: no-plan-to-ship)
Attachments
(3 files)
See screenshot (I tweaked the base variable colors so it's easier to spot)
Assignee | ||
Comment 1•5 months ago
|
||
Note that this also impact the layout panel
Assignee | ||
Updated•5 months ago
|
Assignee | ||
Comment 2•5 months ago
|
||
Triaging as S2 because UI doesn't adapt to HCM
Assignee | ||
Updated•5 months ago
|
Comment 3•5 months ago
|
||
The severity field for this bug is set to S3. However, the accessibility severity is higher, .
:jdescottes, could you consider increasing the severity?
For more information, please visit BugBot documentation.
Comment 4•5 months ago
|
||
For those bugs it's fine to have a different severity than the accessibility severity
Updated•5 months ago
|
Comment 5•5 months ago
|
||
Adding a keyword no-plan-to-ship
as an ad-hoc flag here. This keyword was meant to exclude specific bugs from the general access-S2
tracking when there are no plans to ship the affected feature. However, we do plan to address and ship this and other HCM-related devtools bugs, which are part of a larger project. This Dev Tools High Contrast Mode support project, tracked by the meta bug 1590215, is ongoing and is tracked by the Dev Tools team separately.
Assignee | ||
Comment 6•4 months ago
|
||
The toggle adapts fine now, but the text is not legible on hover
Assignee | ||
Comment 7•3 months ago
|
||
This adds a new variable with the same colors than the variable one that we can use as a drop-in replacement.
For some cases, we could reuse the existing --theme-body-emphasized-background.
The Debugger ResultList style could be simplified as it should always have either 'small' or 'big' class, which
were both setting a background color for selected item, overriding the declaration that was using --theme-accordion-header-background.
Updated•3 months ago
|
Assignee | ||
Comment 8•3 months ago
|
||
Adapt the color of the text and arrow, especially on hover.
This covers accordion in the rules view, the layout panel and the debugger.
Comment 10•3 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9a4b66196f17
https://hg.mozilla.org/mozilla-central/rev/8188ec57dcc1
Description
•