marceljuenemann / angular-drag-and-drop-lists

Angular directives for sorting nested lists using the HTML5 Drag & Drop API
MIT License
2.16k stars 713 forks source link

Cannot change cursor when dragging #378

Open TommyRivera opened 7 years ago

TommyRivera commented 7 years ago

I am trying to add the grabbing style when dragging an element to move it.

I cant seem to override the the default cursor:

CSS:

li.dndDragging { cursor: grabbing; cursor: -moz-grabbing; cursor: -webkit-grabbing; }

ErikTech commented 7 years ago

+1

amonsot890 commented 7 years ago

i got the same problem. how to fix this ?

needforspeed commented 7 years ago

any fix?