From 59158fde3a23383bf54383351518488832a12c74 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Tue, 13 Mar 2018 05:16:41 +1100 Subject: [PATCH] Added text-selection tool --- public/styles/tools/_text-selection.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 public/styles/tools/_text-selection.scss diff --git a/public/styles/tools/_text-selection.scss b/public/styles/tools/_text-selection.scss new file mode 100644 index 0000000..71ff8b2 --- /dev/null +++ b/public/styles/tools/_text-selection.scss @@ -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 */ +}