Skip to content

Instantly share code, notes, and snippets.

@timsully
Created December 9, 2019 17:00
Show Gist options
  • Save timsully/b752d1248468031ee0d6092c30c9f5ab to your computer and use it in GitHub Desktop.
Save timsully/b752d1248468031ee0d6092c30c9f5ab to your computer and use it in GitHub Desktop.
.button-primary {
background-color: $liteColor;
&:focus {
background-color: $liteColor;
}
&:hover {
background-color: $liteColorHover;
}
&:active {
background-color: $liteColorActive;
}
&:disabled, &.disabled {
&,
&:hover,
&:focus,
&:active {
background-color: $liteColorDisabled;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment