Created
November 11, 2019 17:41
-
-
Save theck01/f362590bb9d1acba2e95b73659eebab0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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