mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 13:29:16 +02:00
Update track table
This commit is contained in:
parent
da33ec0241
commit
44394275ec
34 changed files with 2304 additions and 466 deletions
|
@ -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": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue