Add delay of 1.5s for draggable items on touch devices

This commit is contained in:
Frederic Guillot
2015-08-29 11:57:09 -04:00
parent f4c3ca9991
commit 720d1bc3bd
14 changed files with 80 additions and 35 deletions

View File

@@ -143,3 +143,7 @@ a.board-swimlane-toggle {
height: 70px;
margin-bottom: 10px;
}
div.draggable-item-selected {
border: 1px solid #000;
}