Skip to content
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

Pixel: update navigation menu #6509

Merged
merged 3 commits into from
Sep 7, 2022
Merged

Pixel: update navigation menu #6509

merged 3 commits into from
Sep 7, 2022

Conversation

madhusudhand
Copy link
Member

@madhusudhand madhusudhand commented Sep 6, 2022

Changes proposed in this Pull Request:

Updated site-title font family
image

Navigation on large screens
image

Navigation on small screens
image

Related issue(s):

Fixes: #6460

Copy link
Contributor

@jffng jffng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the site title does not contain an underline by default, otherwise LGTM.

This PR Figma
Screen Shot 2022-09-06 at 11 15 13 AM Screen Shot 2022-09-06 at 11 15 42 AM

pixel/theme.json Outdated
"spacing": {
"blockGap": "1rem",
"padding": {
"left": "0.5rem !important",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the important is necessary because the root padding values end up overriding the spacing that is set on the block? Is that a bug, or expected?

Copy link
Member Author

@madhusudhand madhusudhand Sep 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without it, navigation inherits root padding leaving more space on the right. adding !important to gain higher specificity.

image

image

Created an issue here: WordPress/gutenberg#43931

@madhusudhand
Copy link
Member Author

I think the site title does not contain an underline by default, otherwise LGTM.

Link styles are addressed here. #6517

@madhusudhand madhusudhand self-assigned this Sep 7, 2022
@jffng jffng merged commit 71eda18 into trunk Sep 7, 2022
@jffng jffng deleted the pixel/navigation branch September 7, 2022 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pixel: Styles: Navigation
2 participants