Skip to content

Commit

Permalink
fix(mobile menu): sub links when an accordion section is active
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Jan 24, 2023
1 parent b4c92fc commit bb3be81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theme/themes/eea/extras/header.less
Expand Up @@ -833,7 +833,8 @@
display: none;
}

#main #mega-menu .ui.accordion .title:first-child + .content {
// hide content of accordion titles that are not active
#main #mega-menu .ui.accordion .title:first-child + .content:not(.active) {
display: none;
}

Expand Down

0 comments on commit bb3be81

Please sign in to comment.