Remove sortablejs

This commit is contained in:
advplyr 2023-05-01 16:27:48 -05:00
commit 634167aea6
25 changed files with 530 additions and 173 deletions

View file

@ -112,7 +112,7 @@ input[type=number] {
background-color: #373838;
}
.tracksTable tr:hover {
.tracksTable tr:hover:not(:has(th)) {
background-color: #474747;
}