Added text-selection tool

This commit is contained in:
2018-03-13 05:16:41 +11:00
parent 5f9963ddfb
commit 59158fde3a

View File

@ -0,0 +1,14 @@
/*
* Text Selection
* Various text selection tools.
*
* Dependencies:
* styles/tools/prefix.scss
*
* Version:
* 1.0.0 - 2018/02/23
*/
%no-select {
@include t-prefix-property(user-select, none, webkit khtml moz ms spec);
-webkit-touch-callout: none; /* iOS Safari */
}