Skip to content

Commit

Permalink
draw nav line
Browse files Browse the repository at this point in the history
  • Loading branch information
fantkolja committed Aug 14, 2024
1 parent 9bffea6 commit 7c5136a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified build/ui-bundle.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions src/css/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ html.is-clipped--nav {
font-weight: 400;
}

.nav-item.is-current-path > .nav-list:has(.nav-item.is-current-path)::before {
.nav-item > .nav-list::before {
content: '';
position: absolute;
width: 1px;
Expand All @@ -125,8 +125,8 @@ html.is-clipped--nav {
bottom: 0;
}

.nav-item.is-current-path[data-depth="0"] .nav-item.is-active:not(.is-current-page) > .nav-link::before,
.nav-item.is-current-path[data-depth="0"] .nav-item.is-active:not(.is-current-page) > .nav-text::before {
.nav-item[data-depth="0"] .nav-item.is-active:not(.is-current-page) > .nav-link::before,
.nav-item[data-depth="0"] .nav-item.is-active:not(.is-current-page) > .nav-text::before {
--nav-line-dot-width: 5px;

content: '';
Expand Down

0 comments on commit 7c5136a

Please sign in to comment.