Created
January 15, 2015 15:57
-
-
Save gustavom/134d3a99ea65a7e68ed6 to your computer and use it in GitHub Desktop.
CSS Click disable
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
.avoid-clicks { | |
pointer-events: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Referências:
http://css-tricks.com/almanac/properties/p/pointer-events/
https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events