Update track table

This commit is contained in:
Ciarán Ainsworth 2021-10-21 17:26:18 +00:00 committed by Georg Krause
parent da33ec0241
commit 44394275ec
34 changed files with 2304 additions and 466 deletions

View file

@ -309,6 +309,11 @@ REPLACEMENTS = {
("color", "var(--button-basic-hover-color)"),
("box-shadow", "var(--button-basic-hover-box-shadow)"),
],
(".ui.basic.button:focus",): [
("background", "var(--button-basic-hover-background)"),
("color", "var(--button-basic-hover-color)"),
("box-shadow", "var(--button-basic-hover-box-shadow)"),
],
},
"card": {
"skip": [