Skip to content
Snippets Groups Projects
Commit ad9799bd authored by Phil Hughes's avatar Phil Hughes
Browse files

Milestone drag & drop cursor

Fixes #4097
parent 268fb004
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -53,3 +53,14 @@
color: #333;
}
}
.ui-sortable-handle {
cursor: move;
cursor: -webkit-grab;
cursor: -moz-grab;
&:active {
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment