tailwindcss/docs/source/docs/user-select.blade.md
2017-10-31 19:53:10 -04:00

1.8 KiB

extends title
_layouts.documentation User Select

User Select

Utilities for controlling whether the user can select text in an element.

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

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

Class Properties Description
.select-none user-select: none; Disable selecting text in an element.
.select-text user-select: text; Allow selecting text in an element.