Added a selector for the light button in a disabled fieldset

This commit is contained in:
Gwen 2020-06-15 14:52:25 +02:00
parent 4ccca9f7d4
commit b683d8790e

View File

@ -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,