Added text-selection tool
This commit is contained in:
14
public/styles/tools/_text-selection.scss
Normal file
14
public/styles/tools/_text-selection.scss
Normal 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 */
|
||||
}
|
Reference in New Issue
Block a user