Created
December 7, 2015 20:15
-
-
Save dnasca/7ed335e6d17cbba3b4a8 to your computer and use it in GitHub Desktop.
make unselectable
This file contains hidden or 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
.row { | |
-webkit-user-select: none; /* Chrome all / Safari all */ | |
-moz-user-select: none; /* Firefox all */ | |
-ms-user-select: none; /* IE 10+ */ | |
user-select: none; /* Likely future */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment