Adds not allowed cursor to missing inputs

This commit is contained in:
Abner Soares Alves Junior 2020-08-24 12:08:43 -03:00 committed by Jeremy Thomas
parent 3c4dd3a326
commit 3642fcccca

View File

@ -8,7 +8,8 @@
&:hover &:hover
color: $input-hover-color color: $input-hover-color
&[disabled], &[disabled],
fieldset[disabled] & fieldset[disabled] &,
input[disabled]
color: $input-disabled-color color: $input-disabled-color
cursor: not-allowed cursor: not-allowed