Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion sites/docs/lib/_sass/components/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,17 @@

&:not(.collapsible) {
color: var(--site-link-fgColor);
background-color: transparent;
}
}
}
}

&:has(> a.nav-link.active:not(.collapsible)) {
background-color: color-mix(in srgb, var(--site-primary-color) 12%, transparent);
border-radius: 0.25rem;
border-inline-start: 3px solid var(--site-primary-color);
}
}
Comment thread
Anderson-Andre-P marked this conversation as resolved.

nav>ul {
Expand All @@ -171,7 +178,7 @@
}

ul {
margin-left: 0.675rem;
margin-left: 1.75rem;
Comment thread
Anderson-Andre-P marked this conversation as resolved.
Outdated
}

>.nav-header {
Expand Down