Skip to content

multi-level sidenav folder selection #3629

Answered by lschierer
lschierer asked this question in Q&A
Discussion options

You must be logged in to vote

I was able to work around this by adding a style

.is-selected > ul a {
  color: var(
    --highcontrast-sidenav-font-color,
    var(--mod-sidenav-font-color)
  ) !important;
  background-color: var(--mod-sidenav-background-default) !important;
}

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by lschierer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant