Skip to content

Commit

Permalink
fix: Navbar active item font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox committed May 12, 2023
1 parent 896a375 commit d72e794
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Navbar/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@
z-index: 1;
}

.dcl.navbar .ui.menu .item.active {
.dcl.navbar .ui.menu .item.active,
.dcl.navbar .ui.menu .item.active .item {
font-weight: bold;
}

Expand Down

0 comments on commit d72e794

Please sign in to comment.