From 878098f855e734a9ac47ef1d1832664abb5e0454 Mon Sep 17 00:00:00 2001 From: Gabriele Cirulli Date: Sun, 23 Mar 2014 20:21:58 +0100 Subject: [PATCH] apply changes from #43 --- style/main.css | 2 ++ style/main.scss | 1 + 2 files changed, 3 insertions(+) diff --git a/style/main.css b/style/main.css index ac50bc764f..0f2d37754a 100644 --- a/style/main.css +++ b/style/main.css @@ -148,6 +148,7 @@ hr { -moz-user-select: none; -ms-user-select: none; -ms-touch-action: none; + touch-action: none; background: #bbada0; border-radius: 6px; width: 500px; @@ -549,6 +550,7 @@ hr { -moz-user-select: none; -ms-user-select: none; -ms-touch-action: none; + touch-action: none; background: #bbada0; border-radius: 6px; width: 280px; diff --git a/style/main.scss b/style/main.scss index 29478c4b38..cce393fa78 100644 --- a/style/main.scss +++ b/style/main.scss @@ -183,6 +183,7 @@ hr { -ms-user-select: none; -ms-touch-action: none; + touch-action: none; background: $game-container-background; border-radius: $tile-border-radius * 2;