tailwindcss/docs/source/docs/cursor.blade.md
2017-10-31 19:43:56 -04:00

2.2 KiB

extends title
_layouts.documentation Cursor

Cursor

Utilities for controlling the cursor style when hovering over an element.

@include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => false, 'hover' => false, 'focus' => false ])

@include('_partials.work-in-progress')

Class Properties Description
.cursor-auto cursor: auto; Set the mouse cursor to the default browser behavior.
.cursor-pointer cursor: pointer; Set the mouse cursor to a pointer and indicate a link.
.cursor-not-allowed cursor: not-allowed; Set the mouse cursor to indicate that the action will not be executed.