Created
June 10, 2016 12:43
-
-
Save getflourish/d938930c057563c09485254f82ee7411 to your computer and use it in GitHub Desktop.
CSS class to show that an element is in prototype stage and not interactive
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
.is-prototype { | |
cursor: not-allowed; | |
pointer-events: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment