Source: dist/css/acc_uc.css, line 16596
4.3.1 User Select
User interaction classes that define how the user can interact with the text of the element.
-
User on click will select All
.user-select_all
-
User on click will select Nothing
.user-select_none
-
User on click will select Browser Default
.user-select_auto
-
User on click will select Only the text
.user-select_text