Fix drag/drop border

This commit is contained in:
david 2024-11-11 22:32:49 +01:00
parent af99d04bc1
commit 4fa8252b86

View file

@ -321,9 +321,9 @@ details[open] {
} }
.sortable-chosen { .sortable-chosen {
border: solid 3px $secondary; border: solid 3px $secondary !important;
} }
.sortable-ghost { .sortable-ghost {
border: solid 3px $primary; border: solid 3px $primary !important;
} }