1
0
mirror of https://github.com/danog/2048.git synced 2024-11-30 04:19:06 +01:00

Merge pull request #96 from jimminning/patch-3

Update main.scss for -ms-user-select (IE)
This commit is contained in:
Gabriele Cirulli 2014-03-22 17:39:02 +01:00
commit 156ef6e50d

View File

@ -178,6 +178,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;