Syntax
Cursor
Setting the mouse cursor style.
Overview
<div class="cursor:pointer">Hover Me</div>
Basic usage
Set the cursor style
Use the cursor:pointer
to change the mouse cursor when hovering an element.
Hovering the block to see the cursor style
<div class="cursor:pointer">Hover Me</div>
Conditionally apply
Apply styles based on different states using selectors and applying conditionally.
<div class="cursor:pointer:hover cursor:pointer@sm cursor:pointer@dark cursor:pointer@print">…</div>