1
0
mirror of https://github.com/danog/2048.git synced 2024-12-02 09:17:47 +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-touch-callout: none;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none;
background: $game-container-background; background: $game-container-background;
border-radius: $tile-border-radius * 2; border-radius: $tile-border-radius * 2;