Merge branch 'drag-drop-cursor' into 'master'

Milestone drag & drop cursor

Fixes #4097 

![grab-cursor](/uploads/f5071d7e4839c3b4b88c9f7f1270eee3/grab-cursor.gif)

cc @jschatz1 @creamzy 

See merge request !2532
This commit is contained in:
Jacob Schatz 2016-01-21 20:06:09 +00:00
commit 3f7993b5ce
1 changed files with 11 additions and 0 deletions

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