Add drag and drop to Travel Extra Community table #189
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue