summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/util/_util.scss
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@vaadin.com>2014-08-19 20:07:04 +0300
committerArtur Signell <artur@vaadin.com>2014-08-20 14:20:33 +0000
commit961782b78e5f0379a535ecdaa39d7c1939648afb (patch)
tree286d6d9be2f8f9613dbbbb2dea221d24b35c8c0d /WebContent/VAADIN/themes/valo/util/_util.scss
parent1856423be3ad100679b9ac38656dd610c0061a76 (diff)
downloadvaadin-framework-961782b78e5f0379a535ecdaa39d7c1939648afb.tar.gz
vaadin-framework-961782b78e5f0379a535ecdaa39d7c1939648afb.zip
Prevent user text selection by default (Valo)
Re-enable for labels, captions, tables and text inputs. Removed all unnecessary user-select: none; declarations since the top level declaration will affect the whole dom tree. Change-Id: I2e74b749340c8649d3b0778d62acafecf878685d
Diffstat (limited to 'WebContent/VAADIN/themes/valo/util/_util.scss')
-rw-r--r--WebContent/VAADIN/themes/valo/util/_util.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/valo/util/_util.scss b/WebContent/VAADIN/themes/valo/util/_util.scss
index a510695560..1f983c0dad 100644
--- a/WebContent/VAADIN/themes/valo/util/_util.scss
+++ b/WebContent/VAADIN/themes/valo/util/_util.scss
@@ -20,7 +20,6 @@
@mixin valo-tappable {
- @include user-select(none);
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-touch-callout: none;
cursor: pointer;