Skip to main content

Cursor

Overview

These classes control the mouse cursor style when hovering over an element.

Classes

Class NameDescriptionExample
cursor-autoThe browser determines the cursor to display.cursor-auto
cursor-defaultThe default cursor.cursor-default
cursor-pointerThe cursor is a pointer.cursor-pointer
cursor-waitThe cursor indicates that the program is busy.cursor-wait
cursor-textThe cursor indicates text.cursor-text
cursor-moveThe cursor indicates that something can be moved.cursor-move
cursor-not-allowedThe cursor indicates that the requested action will not be executed.cursor-not-allowed