[WEB-1136] chore: Kanban drag and drop improvements (#4350)
* Kanban DnD improvement * minor fixes for kanban dnd improvement * change scroll duration * fix feedback on the UX * add highlight before drop * add toast message explain drag and drop is currently disabled * Change warning dnd message * add comments * fix minor build error
This commit is contained in:
parent
dc5edca34d
commit
1b55411919
9 changed files with 123 additions and 21 deletions
|
|
@ -632,3 +632,8 @@ div.web-view-spinner div.bar12 {
|
|||
.scrollbar-lg::-webkit-scrollbar-thumb {
|
||||
border: 4px solid rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
/* highlight class */
|
||||
.highlight {
|
||||
border: 1px solid rgb(var(--color-primary-100)) !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue