From: Stefan Sommer Date: Fri, 5 Apr 2024 02:17:18 +0000 (+0700) Subject: fixed disabled state for is-outlined button X-Git-Tag: 1.0.3~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a84fafd636633acffe55b844101c2f3de75984f;p=thirdparty%2Fbulma.git fixed disabled state for is-outlined button --- diff --git a/sass/elements/button.scss b/sass/elements/button.scss index f8d3ba8e..193b4592 100644 --- a/sass/elements/button.scss +++ b/sass/elements/button.scss @@ -409,6 +409,12 @@ $no-palette: ("white", "black", "light", "dark"); &:active { @include cv.register-vars(()); } + + &[disabled], + fieldset[disabled] & { + background-color: transparent; + box-shadow: none; + } } &.#{iv.$class-prefix}is-inverted {