File size: 176 Bytes
1e92f2d | 1 2 3 4 5 6 7 8 9 10 |
@mixin no-select {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
|
1e92f2d | 1 2 3 4 5 6 7 8 9 10 |
@mixin no-select {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
|