From: Angel Gomez Date: Thu, 28 Dec 2017 15:09:56 +0000 (-0400) Subject: Fix missing use of $pagination-color variable (#1569) X-Git-Tag: 0.6.2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b5dcf899ae940082b47f21c70d097de9fbbf716;p=thirdparty%2Fbulma.git 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. --- diff --git a/sass/components/pagination.sass b/sass/components/pagination.sass index 64139632e..06efaf17f 100644 --- a/sass/components/pagination.sass +++ b/sass/components/pagination.sass @@ -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