Last active
December 16, 2015 03:39
-
-
Save stefano-bortolotti/5371913 to your computer and use it in GitHub Desktop.
some webkit CSS rules for carousels
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
.className, .className * { | |
-webkit-touch-callout: none; /* disable callout on tap hold, like save image */ | |
-webkit-user-drag: none; /* no drag for images */ | |
-webkit-user-select: none; /* no user text selection */ | |
-webkit-tap-highlight-color: transparent; /* no highlight on tap */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment