Windows Phone touch events

This commit is contained in:
Marcin Gajda
2014-03-13 20:27:09 +01:00
parent d7ef12e41c
commit 7f187251a8
3 changed files with 39 additions and 11 deletions
+1
View File
@@ -153,6 +153,7 @@ hr {
border-radius: 6px;
width: 500px;
height: 500px;
-ms-touch-action: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
+1
View File
@@ -182,6 +182,7 @@ hr {
border-radius: $tile-border-radius * 2;
width: $field-width;
height: $field-width;
-ms-touch-action: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;