Skip to content

Instantly share code, notes, and snippets.

@mazipan
Created April 6, 2017 05:20
Show Gist options
  • Save mazipan/7e5d072ab3112461de40b0ebd0db00ad to your computer and use it in GitHub Desktop.
Save mazipan/7e5d072ab3112461de40b0ebd0db00ad to your computer and use it in GitHub Desktop.
&:disabled
{
& + label
{
color: #CCC;
&:before{
border-color: #CCC;
background-color: #F2F2F2;
box-shadow: none;
}
&:after{
/* hidden */
width: 0;
height: 0;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment