mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 05:19:35 -07:00
Fix before and after selectors
This commit is contained in:
@@ -138,7 +138,7 @@ $button-static-border-color: $grey-lighter !default
|
||||
box-shadow: none
|
||||
color: $color
|
||||
&.is-loading
|
||||
&:after
|
||||
&::after
|
||||
border-color: transparent transparent $color-invert $color-invert !important
|
||||
&.is-outlined
|
||||
background-color: transparent
|
||||
@@ -150,7 +150,7 @@ $button-static-border-color: $grey-lighter !default
|
||||
border-color: $color
|
||||
color: $color-invert
|
||||
&.is-loading
|
||||
&:after
|
||||
&::after
|
||||
border-color: transparent transparent $color $color !important
|
||||
&[disabled]
|
||||
background-color: transparent
|
||||
@@ -189,7 +189,7 @@ $button-static-border-color: $grey-lighter !default
|
||||
&.is-loading
|
||||
color: transparent !important
|
||||
pointer-events: none
|
||||
&:after
|
||||
&::after
|
||||
+loader
|
||||
+center(1em)
|
||||
position: absolute !important
|
||||
|
||||
Reference in New Issue
Block a user