Fix missing use of $pagination-color variable (#1569)
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.
This commit is contained in:
parent
58587e0532
commit
6b5dcf899a
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ $pagination-shadow-inset: inset 0 1px 2px rgba($black, 0.2)
|
|||
.pagination-previous,
|
||||
.pagination-next,
|
||||
.pagination-link
|
||||
color: $pagination-color
|
||||
border-color: $pagination-border-color
|
||||
min-width: 2.25em
|
||||
&:hover
|
||||
|
|
Loading…
Add table
Reference in a new issue