Closed nolanlawson closed 11 years ago
From a HN comment:
Please add "cursor: default;" or "cursor: move;" to the draggable items. Draggable things should not use the text selection cursor. :)
This corrects a previous pull request where I forgot to put cursor: pointer for the non-draggable list items.
cursor: pointer
From a HN comment:
This corrects a previous pull request where I forgot to put
cursor: pointer
for the non-draggable list items.