From: Chan Ki Hong Date: Thu, 13 Jul 2017 17:18:56 +0000 (+0800) Subject: Fixing pagination disabled border using wrong variable (#863) X-Git-Tag: 0.4.4~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5340099abab75668de713077779bf94425cd0cb;p=thirdparty%2Fbulma.git Fixing pagination disabled border using wrong variable (#863) Signed-off-by: hong --- diff --git a/sass/components/pagination.sass b/sass/components/pagination.sass index b5ebf70e2..71af9f0ed 100644 --- a/sass/components/pagination.sass +++ b/sass/components/pagination.sass @@ -68,7 +68,7 @@ $pagination-shadow-inset: inset 0 1px 2px rgba($black, 0.2) box-shadow: $pagination-shadow-inset &[disabled] background-color: $pagination-disabled-background - border-color: $pagination-border + border-color: $pagination-disabled-border box-shadow: none color: $pagination-disabled opacity: 0.5