mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Replace disabled attr on pagination anchor elements with is-disabled class (#3296)
This commit is contained in:
committed by
Jeremy Thomas
parent
4508573d93
commit
a28bf751b1
@@ -88,7 +88,8 @@ $pagination-shadow-inset: inset 0 1px 2px rgba($scheme-invert, 0.2) !default
|
||||
border-color: $pagination-focus-border-color
|
||||
&:active
|
||||
box-shadow: $pagination-shadow-inset
|
||||
&[disabled]
|
||||
&[disabled],
|
||||
&.is-disabled
|
||||
background-color: $pagination-disabled-background-color
|
||||
border-color: $pagination-disabled-border-color
|
||||
box-shadow: none
|
||||
|
||||
Reference in New Issue
Block a user