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