Skip to content

Instantly share code, notes, and snippets.

@collin
Created October 1, 2008 17:01
Show Gist options
  • Save collin/14119 to your computer and use it in GitHub Desktop.
Save collin/14119 to your computer and use it in GitHub Desktop.
.disabled div
&, & *
:opacity .5
/* turns into */
.disabled div {}
.disabled div, disabled div * {
opacity: .5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment