mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Adds not allowed cursor to missing inputs
This commit is contained in:
parent
3c4dd3a326
commit
3642fcccca
@ -8,7 +8,8 @@
|
||||
&:hover
|
||||
color: $input-hover-color
|
||||
&[disabled],
|
||||
fieldset[disabled] &
|
||||
fieldset[disabled] &,
|
||||
input[disabled]
|
||||
color: $input-disabled-color
|
||||
cursor: not-allowed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user