Closed
Bug 1896335
Opened 9 months ago
Closed 9 months ago
Software update popup "Update Ready to Install" is hard to read on devedition
Categories
(Toolkit :: Themes, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1797112
People
(Reporter: jdescottes, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
59.93 KB,
image/jpeg
|
Details |
On macos devedition, one of the strings from the software update popup is black on a very dark background and therefore very hard to read.
This seems to be only the case for macos, as it comes from the following css:
.update-header-box-1 {
color: #000;
}
Instead, the other OSes have the following rule for the same selector:
.update-header-box-1 {
padding: 5px 0;
}
Not sure if this was intentional, didn't find any mention of this in the bug or review where this landed (https://bugzilla.mozilla.org/show_bug.cgi?id=1515484).
Reporter | ||
Updated•9 months ago
|
Summary: Software update popup "Update Ready to Install" is hard to readon devedition → Software update popup "Update Ready to Install" is hard to read on devedition
Comment 1•9 months ago
|
||
Set release status flags based on info from the regressing bug 1515484
status-firefox126:
--- → affected
status-firefox127:
--- → affected
status-firefox128:
--- → affected
status-firefox-esr115:
--- → affected
Updated•9 months ago
|
Updated•9 months ago
|
Updated•9 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•