From: Abner Soares Alves Junior Date: Mon, 24 Aug 2020 15:08:43 +0000 (-0300) Subject: Adds not allowed cursor to missing inputs X-Git-Tag: 0.9.1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3642fcccca7b977191b701a2b2956a707d3b945d;p=thirdparty%2Fbulma.git Adds not allowed cursor to missing inputs --- diff --git a/sass/form/checkbox-radio.sass b/sass/form/checkbox-radio.sass index 964866730..f033d1133 100644 --- a/sass/form/checkbox-radio.sass +++ b/sass/form/checkbox-radio.sass @@ -8,7 +8,8 @@ &:hover color: $input-hover-color &[disabled], - fieldset[disabled] & + fieldset[disabled] &, + input[disabled] color: $input-disabled-color cursor: not-allowed