Skip to content

Instantly share code, notes, and snippets.

@rgtalbot
Created July 26, 2017 21:08
Show Gist options
  • Save rgtalbot/c587b11b931a6835adb8141c939e0577 to your computer and use it in GitHub Desktop.
Save rgtalbot/c587b11b931a6835adb8141c939e0577 to your computer and use it in GitHub Desktop.
.pl_suggestions {
.autosuggestCategoryHeader {
color: map-get($body, color);
font-weight: 700;
}
li {
.pl_context {
color: map-get($body, color);
font-weight: 400;
}
}
.active {
color: map-get($icons, color-dark);
.pl_context {
color: map-get($icons, color-dark);
}
}
li:hover {
color: map-get($icons, color-dark);
.pl_context {
color: map-get($icons, color-dark);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment