From: Jeremy Thomas Date: Thu, 28 Dec 2017 15:10:35 +0000 (+0100) Subject: Update changelog X-Git-Tag: 0.6.2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6758bf65aa96c90239427f6dd8766b8b9157fcf7;p=thirdparty%2Fbulma.git Update changelog --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bc99edfd..753165061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ * #1456 Fix customize documentation * #1190 Add `$variable-columns` to disable `--columnGap` * #1518 Fix spacing of the delete button in notification element +* #1569 Fix missing use of `$pagination-color` variable ## 0.6.2 diff --git a/sass/components/pagination.sass b/sass/components/pagination.sass index 06efaf17f..34dd59d87 100644 --- a/sass/components/pagination.sass +++ b/sass/components/pagination.sass @@ -65,8 +65,8 @@ $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 + color: $pagination-color min-width: 2.25em &:hover border-color: $pagination-hover-border-color