[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:
rahulramesha 2024-05-03 15:12:06 +05:30 committed by GitHub
parent dc5edca34d
commit 1b55411919
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 123 additions and 21 deletions

View file

@ -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;
}