-
Notifications
You must be signed in to change notification settings - Fork 918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refresh: misc tweaks and refinements #15654
Conversation
craigcook
commented
Dec 4, 2024
- Adjust font sizes on some Firefox pages [Refresh: Pre-launch checklist #15416] - XL in the new type scale is quite large indeed, so some pages with big titles got TOO big and needed to be taken down a notch.
- Use Mozilla Text in the footer for the donate link, language picker, and newsletter button (we shouldn't use the headline font for anything smaller than 24px).
- Update the heart icon in the footer donate button. Also simplified some related CSS.
- Some minor cleanup and refactoring of language picker styles.
- Made the language link visible on focus (I was confused when tabbing through and it took me a while to realize the link was there).
- Gave the social icons a slightly bigger hit area.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lots of good improvements 🔥 Two small unintended side effects to fix.
(not blocking) The language selector is still in Headline. I only mention it because you said you tweaked it.
ea49349
to
033533f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15654 +/- ##
=======================================
Coverage 79.04% 79.04%
=======================================
Files 159 159
Lines 8329 8329
=======================================
Hits 6584 6584
Misses 1745 1745 ☔ View full report in Codecov by Sentry. |
I'm seeing the language picker in Text, not Headline... maybe local cache? |
* Adjust font sizes on some Firefox pages [mozilla#15416] * Update fonts and icons in some footer elements. * Some minor refactoring and tidying in footer.
@media(min-width: $screen-lg) { | ||
@media #{$mq-lg} { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for these ❤️ — The same is in footer-newsletter if you fancy taking a look too.
l10n/en/navigation_refresh.ftl
Outdated
navigation-refresh-mozilla-ai-v2 = { -brand-name-mozilla-ai-v2 } | ||
navigation-refresh-mozilla-ventures = { -brand-name-mozilla } Ventures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, this may actually need:
navigation-refresh-mozilla-ai-v2 = { -brand-name-mozilla-ai-v2 } | |
navigation-refresh-mozilla-ventures = { -brand-name-mozilla } Ventures | |
# Obsolete string (expires: 2025-01-05) | |
navigation-refresh-mozilla-ai-v2 = { -brand-name-mozilla-ai } | |
navigation-refresh-mozilla-ai-v3 = { -brand-name-mozilla-ai-v2 } | |
# Obsolete string (expires: 2025-01-05) | |
navigation-refresh-mozilla-ventures = { -brand-name-mozilla } Ventures |
so that would mean navigation-refresh-mozilla-ai-v3
to the submenu html?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm true... what a mess 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
R+ 🦠
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The up-caret
Is white instead of black. Is that intentional, or should be changes to the expected #000
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, a save-as error that went unnoticed because we're not actually using the black version anywhere (yet). Sharp eye!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 it's getting fixed in #15704