Milestone drag & drop cursor

Fixes #4097
This commit is contained in:
Phil Hughes 2016-01-21 14:17:59 +00:00
parent 268fb004c9
commit ad9799bdb0

View file

@ -53,3 +53,14 @@
color: #333;
}
}
.ui-sortable-handle {
cursor: move;
cursor: -webkit-grab;
cursor: -moz-grab;
&:active {
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
}
}