Skip to content

Instantly share code, notes, and snippets.

@JosephClay
Last active August 29, 2015 14:05
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