Skip to content

Commit a9f457f

Browse files
authored
chore: Sub-menu highlighting for summit menu (#104)
1 parent efba27e commit a9f457f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/themes/interledger/templates/menu--summit-navigation.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
set classes = [
1616
'menu-item',
1717
item.is_expanded ? 'has-submenu',
18+
item.in_active_trail ? 'is-active',
1819
'menu-item--level-' ~ (menu_level + 1)
1920
]
2021
%}

0 commit comments

Comments
 (0)