-
Notifications
You must be signed in to change notification settings - Fork 920
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: nav tweaks [fix #15564] #15617
Conversation
@@ -141,6 +141,10 @@ $margin-top: 54px; // top margin offset for mobile navigation menu | |||
} | |||
} | |||
|
|||
[dir='rtl'].js .m24-c-navigation-menu-button { |
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.
This was necessary because the direction is applied to the same element that gets the .js class, so the bidi() mixin wasn't really working. It could be fixed more properly with some further refactoring of the CSS but this was a quick hack.
* Change Mozilla AI to Mozilla.ai [fix mozilla#15606] * Add Relay to products list [fix mozilla#15586] * Update close button style * Constrain dropdown width * Add transition to all category link arrow * Remove underlines from links (hover only) * Fix mobile category titles * Use small icons * RTL fixes
699943c
to
8e1eee3
Compare
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+ ⛵
-brand-name-mozilla-ai = Mozilla AI | ||
-brand-name-mozilla-ai = Mozilla.ai |
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.
@craigcook This will need to be versioned(?) mozilla-l10n/www-l10n#456 (comment)
One-line summary
Issue / Bugzilla link
#15564
#15586
#15606
Testing
Make sure the main nav looks right and isn't broken?