We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526d074 commit 0048d62Copy full SHA for 0048d62
1 file changed
src/project/types/website/website-navigation.ts
@@ -559,7 +559,8 @@ function navigationHtmlPostprocessor(
559
const navLinkHref = navLink.getAttribute("href");
560
561
const sidebarLink = doc.querySelector(
562
- '.sidebar-navigation a[href="' + navLinkHref + '"]',
+ '.sidebar-navigation a[href="' + navLinkHref +
563
+ '"]:not(.sidebar-logo-link)',
564
);
565
// if the link is either for the current window href or appears on the
566
// sidebar then set it to active
0 commit comments