Skip to content

Instantly share code, notes, and snippets.

@getflourish
Created June 10, 2016 12:43
Show Gist options
  • Save getflourish/d938930c057563c09485254f82ee7411 to your computer and use it in GitHub Desktop.
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
.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