mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fixing pagination disabled border using wrong variable (#863)
Signed-off-by: hong <hong@aftership.net>
This commit is contained in:
committed by
Jeremy Thomas
parent
8137c801e9
commit
b5340099ab
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user