mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
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:
committed by
Jeremy Thomas
parent
58587e0532
commit
6b5dcf899a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user