facebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskype
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
265 B
11 lines
265 B
9 years ago
|
@mixin no-select {
|
||
|
user-select: none;
|
||
|
-o-user-select: none;
|
||
|
-ms-user-select: none;
|
||
|
-moz-user-select: -moz-none;
|
||
|
-webkit-user-select: none;
|
||
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||
|
-webkit-user-drag: none;
|
||
|
|
||
|
cursor:default;
|
||
|
}
|