xta / HalloweenBash

Custom Bash Profile Generator
http://xta.github.io/HalloweenBash/
333 stars 32 forks source link

Add "cursor: move" to the draggable items and "cursor: pointer" to the selectable items #13

Closed nolanlawson closed 11 years ago

nolanlawson commented 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.