Closed
Bug 1957020
Opened 6 months ago
Closed 6 months ago
Matching bracket style make brackets invisible in High Contrast Mode
Categories
(DevTools :: General, defect, P2)
DevTools
General
Tracking
(firefox139 fixed)
RESOLVED
FIXED
139 Branch
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
The brackets are green in regular style. In HCM, we should probably use Mark
/MarkText
Assignee | ||
Comment 1•6 months ago
|
||
Don't use important on the background color unset in regular mode so the declaration for HCM overrides it.
Instead, increase the specificity of the rule so it's higher than the default CodeMirror one.
Updated•6 months ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Updated•6 months ago
|
Severity: -- → S3
Priority: -- → P2
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f050cc953d71
[devtools] Fix matching bracket style in High Contrast Mode. r=devtools-reviewers,ochameau.
Comment 3•6 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
status-firefox139:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
Updated•5 months ago
|
QA Whiteboard: [qa-triage-done-c140/b139]
You need to log in
before you can comment on or make changes to this bug.
Description
•