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
|
&: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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user