Add drag and drop to Travel Extra Community table #189

Merged
alexm merged 12 commits from :feature/ExtraCommunityDragAndDrop into dev 2024-02-20 10:40:40 +00:00
1 changed files with 8 additions and 0 deletions
Showing only changes of commit 08e39232e2 - Show all commits

View File

@ -488,6 +488,14 @@ const cleanDragAndDropData = () => {
.dashed-border {
border-bottom: 1px dashed #ccc !important;
border-top: 1px dashed #ccc !important;
&:first-child {
border-left: 1px dashed #ccc !important;
}
&:last-child {
border-right: 1px dashed #ccc !important;
}
}
.dragged-row {