Adds not allowed cursor to missing inputs
This commit is contained in:
parent
3c4dd3a326
commit
3642fcccca
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
|||
&:hover
|
||||
color: $input-hover-color
|
||||
&[disabled],
|
||||
fieldset[disabled] &
|
||||
fieldset[disabled] &,
|
||||
input[disabled]
|
||||
color: $input-disabled-color
|
||||
cursor: not-allowed
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue