Closed
Bug 1815444
Opened 2 years ago
Closed 2 years ago
MigrationWizard's progress page success-text should be slightly smaller and use the secondary text colour
Categories
(Firefox :: Migration, task, P3)
Firefox
Migration
Tracking
()
RESOLVED
FIXED
112 Branch
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: mconley, Assigned: steven100695)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
See the spec here: https://www.figma.com/file/PcMkM0ZaSSy3zmS3CYGWNj/Handover---students?node-id=10%3A6068&t=xcXlmaXjxcmy9Kim-4
The text size and colour should be adjusted. Note that Figma uses pixel (font-size: 11px
) and literal colour values here (#5B5B66
), but we don't want to do that in the code: this is because some users have their font sizes customized for accessibility reasons, and we need to respect that.
So what we should do is change the font-size using something like 0.81em
and a color of var(--in-content-deemphasized-text)
.
This gets us incrementally closer to the spec. We'll probably want to do another pass looking at font sizes towards the end.
Updated•2 years ago
|
Severity: -- → S4
Priority: -- → P3
Reporter | ||
Updated•2 years ago
|
Assignee: nobody → steven100695
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7cd81789fa3b
MigrationWizard's progress page success-text should be slightly smaller and use the secondary text colour. r=mconley.
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•