Closed
Bug 2059811
Opened 1 month ago
Closed 1 month ago
Fix issue with the "Show more widgets" visibility
Categories
(Firefox :: New Tab Page, defect)
Firefox
New Tab Page
Tracking
()
RESOLVED
FIXED
155 Branch
| Tracking | Status | |
|---|---|---|
| firefox155 | --- | fixed |
People
(Reporter: dgrant, Assigned: dgrant)
References
Details
Attachments
(1 file)
No description provided.
Over custom and Picture-of-the-Day wallpapers the "Show more widgets" /
"Show fewer widgets" toggle is close to invisible: type="default" inherits a
transparent background under Nova, leaving the label sitting directly on the
photo. It also takes up more space than it needs to.
Switch the button to type="muted" and size="small". Under Nova
--button-background-color-muted resolves to an opaque grey
(light-dark(gray-20, gray-55)), so the toggle carries its own background and
text-contrast pair rather than depending on the wallpaper behind it.
This covers the toggle only; the other elements reported in bug 2054890 and
bug 2056742 are unaffected.
Pushed by dgrant@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/aeba2cef291e
https://hg.mozilla.org/integration/autoland/rev/0e52a1880f93
Make the New Tab show more/fewer widgets toggle a small muted button. r=ini
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox155:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 155 Branch
Updated•28 days ago
|
QA Whiteboard: [qa-triage-done-c156/b155]
You need to log in
before you can comment on or make changes to this bug.
Description
•