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

Fix stroke on category pages paginations #190

Merged
merged 6 commits into from
Jan 14, 2022
Merged

Fix stroke on category pages paginations #190

merged 6 commits into from
Jan 14, 2022

Conversation

MaggieCabrera
Copy link
Collaborator

@MaggieCabrera MaggieCabrera commented Jan 12, 2022

This PR fixes the positioning and color of the stroke on the category pages with pagination.

Screen Capture on 2022-01-12 at 12-54-38

Closes #185
Closes #186

@MaggieCabrera MaggieCabrera requested a review from iandunn January 12, 2022 11:57
@MaggieCabrera MaggieCabrera marked this pull request as ready for review January 12, 2022 11:57
Copy link
Member

@iandunn iandunn left a comment

Choose a reason for hiding this comment

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

LGTM 👍🏻

content: "";
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: var(--wp--preset--color--off-white-2);
background-color: var(--stroke-color);
Copy link
Member

Choose a reason for hiding this comment

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

Is this reused somewhere? If not, is there a benefit to creating a var for it?

@shaunandrews
Copy link
Collaborator

This does seem to resolve the issue, but it needs a rebase; The query-navigation.html template-part appears to have been removed at some point. (#179)

@ryelle ryelle force-pushed the fix-stroke-colors branch from 8d73f08 to 6fbfe36 Compare January 13, 2022 18:49
@ryelle
Copy link
Contributor

ryelle commented Jan 13, 2022

I've rebased this & fixed an issue on the blog archives

Before After
Screen Shot 2022-01-13 at 1 51 00 PM Screen Shot 2022-01-13 at 1 50 45 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants