tailwindcss/docs/source/docs/cursor.blade.md
2017-12-03 02:55:40 +01:00

927 B

extends title description features
_layouts.documentation Cursor Utilities for controlling the cursor style when hovering over an element.
responsive customizable hover focus
true false false false

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

@include('_partials.class-table', [ 'rows' => [ [ '.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.", ], ] ])

Customizing

@include('_partials.variants-and-disabling', [ 'utility' => [ 'name' => 'cursor', 'property' => 'cursor', ], 'variants' => [ 'responsive', ], ])