Cursor
Overview
These classes control the mouse cursor style when hovering over an element.
Classes
Class Name | Description | Example |
---|---|---|
cursor-auto | The browser determines the cursor to display. | |
cursor-default | The default cursor. | |
cursor-pointer | The cursor is a pointer. | |
cursor-wait | The cursor indicates that the program is busy. | |
cursor-text | The cursor indicates text. | |
cursor-move | The cursor indicates that something can be moved. | |
cursor-not-allowed | The cursor indicates that the requested action will not be executed. |