Skip to content

Instantly share code, notes, and snippets.

@JosephClay
Last active August 29, 2015 14:05
Show Gist options
  • Save JosephClay/f511bcd275919dbff408 to your computer and use it in GitHub Desktop.
Save JosephClay/f511bcd275919dbff408 to your computer and use it in GitHub Desktop.
Less: #cursor
#cur {
.pointer() { cursor: default; }
.default() { cursor: default; }
.hand() { cursor: pointer; }
.help() { cursor: help; }
.move() { cursor: move; }
.horz() { cursor: w-resize; }
.vert() { cursor: n-resize; }
.text() { cursor: text; }
.not-allowed() { cursor: not-allowed; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment