Skip to content

Instantly share code, notes, and snippets.

@trevorrjohn
Forked from theck01/foo.scss
Last active November 11, 2019 18:31
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 trevorrjohn/6f02631c6fa62716677817de80b6062f to your computer and use it in GitHub Desktop.
Save trevorrjohn/6f02631c6fa62716677817de80b6062f to your computer and use it in GitHub Desktop.
.relationship-list-item a {
text-decoration: none !important;
}
.relationship-list-item:hover {
border-left: 5px solid lighten($secondary-color, 15%);
}
.relationship-list-item:hover .relationship-list-icon {
background: lighten($secondary-color, 15%);
}
.relationship-list-item.selected:hover {
border-left: 5px solid darken($secondary-color, 10%);
}
.relationship-list-item:hover .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