From 17f0f57b98e47f2dd08a4ae1e6f7fc365731fe60 Mon Sep 17 00:00:00 2001 From: Jim Minning Date: Sat, 22 Mar 2014 07:28:51 -0400 Subject: [PATCH 1/2] Update main.scss Added IE specific user select none, to prevent text selection on IE swiping. --- style/main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/style/main.scss b/style/main.scss index 00b6acc..72479eb 100644 --- a/style/main.scss +++ b/style/main.scss @@ -179,6 +179,7 @@ hr { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; + -ms-user-select: none; background: $game-container-background; border-radius: $tile-border-radius * 2; From bf1ba513c1a717c52f110ef30237397093ba0bfb Mon Sep 17 00:00:00 2001 From: Gabriele Cirulli Date: Sat, 22 Mar 2014 17:40:57 +0100 Subject: [PATCH 2/2] update css --- style/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style/main.css b/style/main.css index 9297b63..fca9c2e 100644 --- a/style/main.css +++ b/style/main.css @@ -145,6 +145,7 @@ hr { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; + -ms-user-select: none; background: #bbada0; border-radius: 6px; width: 500px; @@ -544,6 +545,7 @@ hr { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; + -ms-user-select: none; background: #bbada0; border-radius: 6px; width: 280px;