Skip to content

Commit

Permalink
[components] fix link color in selected item (#1429) (#1461)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicmeow committed Aug 27, 2019
1 parent aff5e5c commit 0938d45
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,8 @@
font-size: var(--font-size-xsmall, 0.75rem);
margin: 0 0 var(--small-padding);
}

@nest .selected & a {
color: inherit;
}
}

0 comments on commit 0938d45

Please sign in to comment.