Created
May 1, 2019 17:36
-
-
Save rakia/cb18cc7560ecbc656c07ac8018cfd688 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*---- Remove default browser behaviour after selecting cells ----*/ | |
.selected, .unselected { | |
-webkit-user-select: none; /* Webkit */ | |
-moz-user-select: none; /* Firefox */ | |
-ms-user-select: none; /* IE 10 */ | |
-o-user-select: none; /* Opera */ | |
user-select: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment