using macro user-select instead of writing everything
parent
47e25d44df
commit
8e877efb37
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue