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 missing use of $pagination-color variable #1569

Merged
merged 1 commit into from Dec 28, 2017
Merged

Fix missing use of $pagination-color variable #1569

merged 1 commit into from Dec 28, 2017

Conversation

feute
Copy link
Contributor

@feute feute commented Dec 28, 2017

This is an improvement/bugfix.

The pagination-color variable is not being used anywhere, so setting it
to something else doesn't do anything. This should change the colour of
pagination-previous, pagination-next, and pagination-link classes.

Proposed solution

$pagination-color should be used in .pagination-previous, .pagination-next, and .pagination-link.

Testing Done

Ran npm run build-css and saw the results changing the desired variable.

The pagination-color variable is not being used anywhere, so setting it
to something else doesn't do anything. This should change the colour of
pagination-previous, pagination-next, and pagination-link classes.
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.

None yet

2 participants