mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Added a selector for the light button in a disabled fieldset
This commit is contained in:
parent
4ccca9f7d4
commit
b683d8790e
@ -211,7 +211,8 @@ $button-static-border-color: $border !default
|
||||
@if length($pair) >= 4
|
||||
$color-light: nth($pair, 3)
|
||||
$color-dark: nth($pair, 4)
|
||||
&.is-light
|
||||
&.is-light,
|
||||
fieldset[disabled] &.is-light
|
||||
background-color: $color-light
|
||||
color: $color-dark
|
||||
&:hover,
|
||||
|
Loading…
Reference in New Issue
Block a user