Update main.scss

Added IE specific user select none, to prevent text selection on IE swiping.
This commit is contained in:
Jim Minning
2014-03-22 07:28:51 -04:00
parent 6c12037b2a
commit 17f0f57b98
+1
View File
@@ -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;