Make sorting more accessible
Some checks failed
/ Run tests (push) Successful in 1m34s
/ Run system tests (push) Failing after 1m54s
/ Build, push and deploy image (push) Successful in 1m19s

This commit is contained in:
david 2024-11-11 08:12:18 +01:00
parent 3ef1b783fb
commit 18a9ede64e
2 changed files with 9 additions and 1 deletions

View file

@ -318,4 +318,12 @@ details[open] {
display: none;
}
}
}
.sortable-chosen {
border: solid 3px $secondary;
}
.sortable-ghost {
border: solid 3px $primary;
}