Skip to content

Cursor

Utilities for cursor styles.

ClassStyles
af-cursor-pointercursor: pointer
af-cursor-not-allowedcursor: not-allowed
Pointer cursor
<button class="af-btn af-cursor-pointer">
  Hover me
</button>
Not allowed cursor
Not allowed cursor
<div class="af-cursor-not-allowed">
  Not allowed cursor
</div>

All cursor utilities support responsive variants using the @{bp} suffix. See Responsive Suffix for syntax and breakpoints.