using macro user-select instead of writing everything

canary
WolverinDEV 2019-10-30 21:31:55 +01:00
parent 47e25d44df
commit 8e877efb37
1 changed files with 1 additions and 7 deletions

View File

@ -15,13 +15,7 @@
/* the channel tree */
.channel-tree {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
@include user-select(none);
width: 100%;
display: -ms-flex;