mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 12:44:30 -07:00
Fix disabled controls, Fix disabled pagination
This commit is contained in:
@@ -65,7 +65,9 @@ $pagination-shadow-inset: inset 0 1px 2px rgba($black, 0.2)
|
||||
&:active
|
||||
box-shadow: $pagination-shadow-inset
|
||||
&[disabled]
|
||||
background: $pagination-disabled-background
|
||||
background-color: $pagination-disabled-background
|
||||
border-color: $pagination-border
|
||||
box-shadow: none
|
||||
color: $pagination-disabled
|
||||
opacity: 0.5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user