XciD's picture
XciD HF staff
initial commit
8969f81
raw
history blame contribute delete
No virus
163 Bytes
.user-select(@select) {
-webkit-user-select: @select;
-moz-user-select: @select;
-ms-user-select: @select; // IE10+
user-select: @select;
}