user-select
user-select: auto | none | text | all;
- auto - Default. Text can be selected if the browser allows it.
- none - Prevent text selection.
- text - The text can be selected by the user.
- all - Text selection is made with one click instead of a double-click.