mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 20:24:30 -07:00
Fix #759
This commit is contained in:
@@ -11,6 +11,10 @@ $button-focus-border: $link-focus-border !default
|
||||
$button-active: $link-active !default
|
||||
$button-active-border: $link-active-border !default
|
||||
|
||||
$button-static: $grey !default
|
||||
$button-static-background: $white-ter !default
|
||||
$button-static-border: $grey-lighter !default
|
||||
|
||||
$button-shadow-inset: inset 0 1px 2px rgba($black, 0.2) !default
|
||||
|
||||
// The button sizes use mixins so they can be used at different breakpoints
|
||||
@@ -178,6 +182,12 @@ $button-shadow-inset: inset 0 1px 2px rgba($black, 0.2) !default
|
||||
+loader
|
||||
+center(1em)
|
||||
position: absolute !important
|
||||
&.is-static
|
||||
background-color: $button-static-background
|
||||
border-color: $button-static-border
|
||||
color: $button-static
|
||||
box-shadow: none
|
||||
pointer-events: none
|
||||
|
||||
// Adjustment for vertical spacing
|
||||
button.button,
|
||||
|
||||
Reference in New Issue
Block a user