Skip to content

Instantly share code, notes, and snippets.

@theck01
Created November 11, 2019 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save theck01/f362590bb9d1acba2e95b73659eebab0 to your computer and use it in GitHub Desktop.
Save theck01/f362590bb9d1acba2e95b73659eebab0 to your computer and use it in GitHub Desktop.
.relationship-list-item {
a {
text-decoration: none !important;
}
/** Default border & relationshipt-list-icon rules here **/
&:hover {
border-left: 5px solid lighten($secondary-color, 15%);
.relationship-list-icon {
background: lighten($secondary-color, 15%);
}
}
&.selected:hover {
border-left: 5px solid darken($secondary-color, 10%);
.relationship-list-icon {
background: darken($secondary-color, 10%);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment