Skip to content

Commit

Permalink
Add class .active to .nav-link (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrozkovec authored and martin-g committed Nov 30, 2023
1 parent 30bdcdb commit e1e573c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ protected void populateItem(ListItem<Component> components) {
Activatable activatable = (Activatable) component;

if (activatable.isActive(component)) {
components.add(activeStateAppender);
component.add(activeStateAppender);
}
}

Expand Down

0 comments on commit e1e573c

Please sign in to comment.