Commit 3f7993b5 authored by Jacob Schatz's avatar Jacob Schatz

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
parents 62d2182e ad9799bd
......@@ -53,3 +53,14 @@
color: #333;
}
}
.ui-sortable-handle {
cursor: move;
cursor: -webkit-grab;
cursor: -moz-grab;
&:active {
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment