Closed
Bug 1797112
Opened 2 years ago
Closed 9 months ago
Low contrast in title of software update screen
Categories
(Toolkit :: Application Update, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: striptm, Assigned: jdescottes)
References
Details
(Keywords: access, nightly-community)
Attachments
(2 files)
In MacOS in dark mode, the title "Update Ready to Install" ("Actualización lista para instalar" in spanish screenshot) is black, when it should be white.
I think the correction would be in:
toolkit/mozapps/update/content/updateElevation.xhtml
<hbox class="update-header" flex="1">
<vbox class="update-header-box-1">
<vbox class="update-header-box-text">
<label class="update-header-label" data-l10n-id="elevation-finished-page"/>
</vbox>
</vbox>
</hbox>
toolkit/themes/osx/mozapps/update/updates.css
.update-header-box-1 {
color: #000;
}
Updated•2 years ago
|
Updated•2 years ago
|
Severity: -- → S4
Priority: -- → P3
Updated•2 years ago
|
Whiteboard: [access-s2]
Comment 1•2 years ago
|
||
The severity field for this bug is set to S4. However, the accessibility severity is higher, [access-s2].
:bytesized, could you consider increasing the severity?
For more information, please visit auto_nag documentation.
Flags: needinfo?(bytesized)
Updated•2 years ago
|
Flags: needinfo?(bytesized)
Updated•2 years ago
|
Accessibility Severity: --- → s2
Whiteboard: [access-s2]
Still seems to be a problem in Mac / dark mode.
Came here to report it, found this report from 2 years ago.
Assignee | ||
Comment 3•9 months ago
|
||
Updated•9 months ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3d094668082b
Remove hardcoded color for macos software update popup r=desktop-theme-reviewers,Itiel
Comment 5•9 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 months ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•