using macro user-select instead of writing everything
parent
47e25d44df
commit
8e877efb37
|
@ -15,13 +15,7 @@
|
||||||
|
|
||||||
/* the channel tree */
|
/* the channel tree */
|
||||||
.channel-tree {
|
.channel-tree {
|
||||||
-webkit-touch-callout: none;
|
@include user-select(none);
|
||||||
-webkit-user-select: none;
|
|
||||||
-khtml-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
-ms-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
display: -ms-flex;
|
display: -ms-flex;
|
||||||
|
|
Loading…
Reference in New Issue