Skip to content

Instantly share code, notes, and snippets.

@danielmatthew
Created June 13, 2016 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielmatthew/fa65ab439a422c1596bdf7c5dacc435b to your computer and use it in GitHub Desktop.
Save danielmatthew/fa65ab439a422c1596bdf7c5dacc435b to your computer and use it in GitHub Desktop.
!important use case
.input-group-btn > .btn {
background-color: $white;
border-color: $white;
border-left-color: $well-bg !important;
&:hover {
background-color: $gray-superlight;
border-color: $gray-superlight;
}
&:active,
&:focus {
background-color: $misty;
border-color: $misty;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment