Page MenuHomePhabricator

Homepage: incorrect text style in mobile help module preview
Closed, ResolvedPublicBUG REPORT

Description

In the context of the mobile Newcomer homepage, the text of the help module preview doesn't have the correct styling. According to mockup's specifications text in help module preview should have growthexperiments-homepage-module-text-light class.

Actual Results:

Screenshot 2019-08-06 17.28.59.png (248×750 px, 27 KB)

Expected Results:

Screenshot 2019-08-12 18.28.54.png (260×750 px, 25 KB)

Event Timeline

Change 530591 had a related patch set uploaded (by Sbisson; owner: Sbisson):
[mediawiki/extensions/GrowthExperiments@master] Help: make mobile summary text "light"

https://gerrit.wikimedia.org/r/530591

Change 530591 merged by jenkins-bot:
[mediawiki/extensions/GrowthExperiments@master] Help: make mobile summary text "light"

https://gerrit.wikimedia.org/r/530591

For Design review - is the font contrast ratio satisfactory?

betalabstestwiki
Screen Shot 2019-08-19 at 3.30.39 PM.png (884×742 px, 94 KB)
Screen Shot 2019-08-19 at 3.30.28 PM.png (882×727 px, 91 KB)

Thanks for checking @Etonkovidova - the contrast ratio for text (Base30 #72777d) on the background ( Base90 #f8f9fa) is indeed not passing AA color contrast. Can we update so that the text color uses Base20 #54595D instead?

Change 531499 had a related patch set uploaded (by Sbisson; owner: Sbisson):
[mediawiki/extensions/GrowthExperiments@master] Help: Make light text darker against gray background

https://gerrit.wikimedia.org/r/531499

Thanks for checking @Etonkovidova - the contrast ratio for text (Base30 #72777d) on the background ( Base90 #f8f9fa) is indeed not passing AA color contrast. Can we update so that the text color uses Base20 #54595D instead?

Done in the patch above.

Change 531499 merged by jenkins-bot:
[mediawiki/extensions/GrowthExperiments@master] Help: Make light text darker against gray background

https://gerrit.wikimedia.org/r/531499

Checked the last patch:

.growthexperiments-homepage-module-help.growthexperiments-homepage-module-mobile-summary .growthexperiments-homepage-module-text-light {
    color: #54595d;
betalabstestwiki
Screen Shot 2019-08-21 at 3.39.30 PM.png (877×447 px, 79 KB)
Screen Shot 2019-08-19 at 3.30.28 PM.png (882×727 px, 91 KB)

Screen Shot 2019-08-21 at 3.39.00 PM.png (885×448 px, 96 KB)