mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 19:34:30 -07:00
Update variables documentation
This commit is contained in:
@@ -76,8 +76,8 @@
|
||||
},
|
||||
"$button-focus-box-shadow-color": {
|
||||
"name": "$button-focus-box-shadow-color",
|
||||
"value": "rgba($link, 0.25)",
|
||||
"type": "color"
|
||||
"value": "bulmaRgba($link, 0.25)",
|
||||
"type": "compound"
|
||||
},
|
||||
"$button-active-color": {
|
||||
"name": "$button-active-color",
|
||||
@@ -100,6 +100,11 @@
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 29%)"
|
||||
},
|
||||
"$button-text-decoration": {
|
||||
"name": "$button-text-decoration",
|
||||
"value": "underline",
|
||||
"type": "string"
|
||||
},
|
||||
"$button-text-hover-background-color": {
|
||||
"name": "$button-text-hover-background-color",
|
||||
"value": "$background",
|
||||
@@ -177,6 +182,7 @@
|
||||
"$button-active-color",
|
||||
"$button-active-border-color",
|
||||
"$button-text-color",
|
||||
"$button-text-decoration",
|
||||
"$button-text-hover-background-color",
|
||||
"$button-text-hover-color",
|
||||
"$button-disabled-background-color",
|
||||
|
||||
Reference in New Issue
Block a user