mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 03:44:31 -07:00
Update variables documentation
This commit is contained in:
@@ -33,8 +33,8 @@
|
||||
},
|
||||
"$input-placeholder-color": {
|
||||
"name": "$input-placeholder-color",
|
||||
"value": "rgba($input-color, 0.3)",
|
||||
"type": "color"
|
||||
"value": "bulmaRgba($input-color, 0.3)",
|
||||
"type": "compound"
|
||||
},
|
||||
"$input-hover-color": {
|
||||
"name": "$input-hover-color",
|
||||
@@ -71,8 +71,8 @@
|
||||
},
|
||||
"$input-focus-box-shadow-color": {
|
||||
"name": "$input-focus-box-shadow-color",
|
||||
"value": "rgba($link, 0.25)",
|
||||
"type": "color"
|
||||
"value": "bulmaRgba($link, 0.25)",
|
||||
"type": "compound"
|
||||
},
|
||||
"$input-disabled-color": {
|
||||
"name": "$input-disabled-color",
|
||||
@@ -97,8 +97,8 @@
|
||||
},
|
||||
"$input-disabled-placeholder-color": {
|
||||
"name": "$input-disabled-placeholder-color",
|
||||
"value": "rgba($input-disabled-color, 0.3)",
|
||||
"type": "color"
|
||||
"value": "bulmaRgba($input-disabled-color, 0.3)",
|
||||
"type": "compound"
|
||||
},
|
||||
"$input-arrow": {
|
||||
"name": "$input-arrow",
|
||||
|
||||
Reference in New Issue
Block a user