USS variables to change the cursor icon.
/* Cursor Styles */ default pointer wait text move help not-allowed context-menu cell copy grab grabbing zoom-in zoom-out
.example { cursor: var(--cursor-pointer); }
Credits: https://www.kenney.nl/
Last updated 3 months ago