Cursors

Atomic classes for managing an element’s cursor properties.

Classes

🔗
Class CSS
.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-text cursor: text;
.c-grab cursor: grab;
.c-grabbing cursor: grabbing;

Customization

Override cursor variables:

$cursors: auto, default, pointer, wait, move, not-allowed, help, text, grab, grabbing;