Skip to content

Commit

Permalink
fix: multiple bold on submenu active
Browse files Browse the repository at this point in the history
  • Loading branch information
zuramai committed Mar 30, 2023
1 parent dcfde35 commit 04a1507
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/assets/scss/components/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@
gap: 1rem;
align-items: center;
}
.submenu-item.active a {
font-weight: bold;
}
.main-navbar {
background-color: $horizontal-navbar-bg;
padding: 1rem;
Expand Down Expand Up @@ -144,7 +147,6 @@
}
&.active a {
color: white;
font-weight: bold;
}
&.has-sub .menu-link {
padding-right: 1.3rem;
Expand Down

0 comments on commit 04a1507

Please sign in to comment.