Add delay of 1.5s for draggable items on touch devices
This commit is contained in:
@@ -143,3 +143,7 @@ a.board-swimlane-toggle {
|
||||
height: 70px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
div.draggable-item-selected {
|
||||
border: 1px solid #000;
|
||||
}
|
||||
|
||||
@@ -62,3 +62,7 @@ form.search {
|
||||
div.search {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.filter-dropdowns {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,14 @@
|
||||
/* responsive design */
|
||||
@media only screen and (max-width: 1080px) {
|
||||
div.filter-dropdowns .filters {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
div.filter-dropdowns {
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1024px) {
|
||||
|
||||
li.hide-tablet,
|
||||
|
||||
@@ -305,4 +305,3 @@ span.task-board-date-overdue {
|
||||
.flag-milestone {
|
||||
color: green;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user