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:
commit
156ef6e50d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user