mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Adds not allowed cursor to missing inputs
This commit is contained in:
committed by
Jeremy Thomas
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user