Update variables

This commit is contained in:
Jeremy Thomas
2018-10-31 17:16:10 +00:00
parent bb3f693a70
commit e577bf501b
11 changed files with 101 additions and 13 deletions

View File

@@ -60,6 +60,21 @@
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
"$table-head-background-color": {
"name": "$table-head-background-color",
"value": "transparent",
"type": "string"
},
"$table-body-background-color": {
"name": "$table-body-background-color",
"value": "transparent",
"type": "string"
},
"$table-foot-background-color": {
"name": "$table-foot-background-color",
"value": "transparent",
"type": "string"
},
"$table-row-hover-background-color": {
"name": "$table-row-hover-background-color",
"value": "$white-bis",
@@ -107,6 +122,9 @@
"$table-head-cell-color",
"$table-foot-cell-border-width",
"$table-foot-cell-color",
"$table-head-background-color",
"$table-body-background-color",
"$table-foot-background-color",
"$table-row-hover-background-color",
"$table-row-active-background-color",
"$table-row-active-color",