File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -143,14 +143,15 @@ hr {
143
143
padding : 15px ;
144
144
cursor : default;
145
145
-webkit-touch-callout : none;
146
+ -ms-touch-callout : none;
146
147
-webkit-user-select : none;
147
148
-moz-user-select : none;
148
149
-ms-user-select : none;
150
+ -ms-touch-action : none;
149
151
background : # bbada0 ;
150
152
border-radius : 6px ;
151
153
width : 500px ;
152
154
height : 500px ;
153
- -ms-touch-action : none;
154
155
-webkit-box-sizing : border-box;
155
156
-moz-box-sizing : border-box;
156
157
box-sizing : border-box; }
@@ -543,14 +544,15 @@ hr {
543
544
padding : 10px ;
544
545
cursor : default;
545
546
-webkit-touch-callout : none;
547
+ -ms-touch-callout : none;
546
548
-webkit-user-select : none;
547
549
-moz-user-select : none;
548
550
-ms-user-select : none;
551
+ -ms-touch-action : none;
549
552
background : # bbada0 ;
550
553
border-radius : 6px ;
551
554
width : 280px ;
552
555
height : 280px ;
553
- -ms-touch-action : none;
554
556
-webkit-box-sizing : border-box;
555
557
-moz-box-sizing : border-box;
556
558
box-sizing : border-box; }
Original file line number Diff line number Diff line change @@ -176,15 +176,18 @@ hr {
176
176
177
177
cursor : default ;
178
178
-webkit-touch-callout : none ;
179
+ -ms-touch-callout : none ;
180
+
179
181
-webkit-user-select : none ;
180
182
-moz-user-select : none ;
181
183
-ms-user-select : none ;
182
184
185
+ -ms-touch-action : none ;
186
+
183
187
background : $game-container-background ;
184
188
border-radius : $tile-border-radius * 2 ;
185
189
width : $field-width ;
186
190
height : $field-width ;
187
- -ms-touch-action : none ;
188
191
-webkit-box-sizing : border-box ;
189
192
-moz-box-sizing : border-box ;
190
193
box-sizing : border-box ;
You can’t perform that action at this time.
0 commit comments