Replace messages jQuery drag/drop with native HTML5

This commit is contained in:
djmaze 2020-09-18 14:01:27 +02:00
parent d88c183112
commit c282e2c9b5
10 changed files with 91 additions and 149 deletions

View file

@ -138,6 +138,10 @@
color: #fff;
}
&.droppableHover * {
pointer-events: none;
}
&.focused {
color: #fff;
}