@gitlab/ui
Version:
GitLab UI Components
25 lines (24 loc) • 538 B
JSON
{
"table": {
"row": {
"background": {
"color": {
"hover": {
"$value": "{background.color.subtle}",
"$type": "color",
"$description": "Used for the background of a table row in hover state."
}
}
}
},
"sorting": {
"icon": {
"color": {
"$value": "{text.color.heading}",
"$type": "color",
"$description": "Used for the color of the sorting icons in the column headers."
}
}
}
}
}