Skip to content

Commit

Permalink
Merge pull request gabrielecirulli#96 from jimminning/patch-3
Browse files Browse the repository at this point in the history
Update main.scss for -ms-user-select (IE)
  • Loading branch information
gabrielecirulli committed Mar 22, 2014
2 parents 3cfdcca + 17f0f57 commit 156ef6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 156ef6e

Please sign in to comment.