Closed
Bug 1547558
Opened 6 years ago
Closed 6 years ago
HTML about:addons details view is unreadable in dark mode
Categories
(Firefox :: Theme, defect, P3)
Firefox
Theme
Tracking
()
RESOLVED
DUPLICATE
of bug 1551202
People
(Reporter: ntim, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
|
121.71 KB,
image/png
|
Details |
I've just done some work to fix this in bug 1544111, but looks like this regressed again with bug 1535683.
Here's something I quickly whipped up using the "Changes" DevTool:
.addon-detail-row {
- border-top: 1px solid var(--grey-90-a20);
- color: var(--grey-90);
+ border-top: 1px solid var(--in-content-border-color);
}
.addon-detail-row-help {
- color: var(--grey-60);
+ color: var(--in-content-deemphasized-text);
}
.addon-detail-rating-star {
+ -moz-context-properties: fill;
+ fill: currentColor;
}
| Reporter | ||
Updated•6 years ago
|
Summary: Some elements in HTML about:addons are unreadable in dark mode → HTML about:addons details view is unreadable in dark mode
| Reporter | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Priority: -- → P3
Comment 2•6 years ago
|
||
addon-options-prompts-stack text is the same color as the background.
| Reporter | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Has Regression Range: --- → yes
Updated•3 years ago
|
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•