Appearance
Cursor
Style syntax for setting the mouse cursor style.
š§This page is still under construction and some content may not be complete.
Overview [sr-only]
<div class="cursor:pointer">submit</div>
Basic usage
Set the cursor style
Use the cursor:value
to change the mouse cursor when hovering an element.
Hovering the button to see the cursor style
<button class="cursor:pointer">submit</button>
Conditionally apply
Apply styles in different states using selectors, media queries, etc.
<div class="cursor:pointer:hover cursor:pointer@sm cursor:pointer@dark cursor:pointer@print">ā¦</div>