mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 13:04:29 -07:00
Make loading spinner color uninverted on is-outlined buttons
This commit is contained in:
@@ -164,6 +164,9 @@ $button-shadow-inset: inset 0 1px 2px rgba($black, 0.2)
|
||||
background-color: $color
|
||||
border-color: $color
|
||||
color: $color-invert
|
||||
&.is-loading
|
||||
&:after
|
||||
border-color: transparent transparent $color $color !important
|
||||
&.is-inverted.is-outlined
|
||||
background-color: transparent
|
||||
border-color: $color-invert
|
||||
|
||||
Reference in New Issue
Block a user