diff --git a/build/ui-bundle.zip b/build/ui-bundle.zip index 4339dee..47c24cc 100644 Binary files a/build/ui-bundle.zip and b/build/ui-bundle.zip differ diff --git a/src/css/nav.css b/src/css/nav.css index 9b9e00b..568773e 100644 --- a/src/css/nav.css +++ b/src/css/nav.css @@ -115,7 +115,7 @@ html.is-clipped--nav { font-weight: 400; } -.nav-item.is-current-path > .nav-list::before { +.nav-item.is-current-path > .nav-list:has(.nav-item.is-current-path)::before { content: ''; position: absolute; width: 1px; @@ -129,7 +129,8 @@ html.is-clipped--nav { position: relative; } -.nav-item.is-current-path > .nav-link::before { +.nav-item.is-current-path:not([data-depth="0"]) > .nav-link::before, +.nav-item.is-current-path:not([data-depth="0"]) > .nav-text::before { --nav-line-dot-width: 5px; content: '';