Cursors
Atomic cursor classes allow you to quickly change an element’s cursor behavior.
Class |
Output |
.c-auto |
cursor: auto; |
.c-default |
cursor: default; |
.c-pointer |
cursor: pointer; |
.c-wait |
cursor: wait; |
.c-move |
cursor: move; |
.c-not-allowed |
cursor: not-allowed; |
.c-help |
cursor: help; |
.c-auto
.c-default
.c-pointer
.c-wait
.c-move
.c-not-allowed
.c-help