Skip to content

User Select

User Interaction
The CSS user-select property defines whether the text of an element can be selected.
Class Properties
wpex-user-select-none
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;