mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix #3214: Missing !default for $pagination-shadow-inset
This commit is contained in:
parent
d7fdc13579
commit
657bd9fbe4
@ -30,7 +30,7 @@ $pagination-current-border-color: $link !default
|
|||||||
|
|
||||||
$pagination-ellipsis-color: $grey-light !default
|
$pagination-ellipsis-color: $grey-light !default
|
||||||
|
|
||||||
$pagination-shadow-inset: inset 0 1px 2px rgba($scheme-invert, 0.2)
|
$pagination-shadow-inset: inset 0 1px 2px rgba($scheme-invert, 0.2) !default
|
||||||
|
|
||||||
.pagination
|
.pagination
|
||||||
@extend %block
|
@extend %block
|
||||||
|
Loading…
Reference in New Issue
Block a user