Expand description
Utilities for controlling whether the user can select text in an element.
| Class | Properties |
|---|---|
| select-none | user-select: none; |
| select-text | user-select: text; |
| select-all | user-select: all; |
| select-auto | user-select: auto; |
Utilities for controlling whether the user can select text in an element.
| Class | Properties |
|---|---|
| select-none | user-select: none; |
| select-text | user-select: text; |
| select-all | user-select: all; |
| select-auto | user-select: auto; |