Skip to content

Commit

Permalink
Merge pull request #463 from droptica/feature/DROOP-387-nolink
Browse files Browse the repository at this point in the history
DROOP-387 Missing styles for <nolink> elements in the menu
  • Loading branch information
Jakub Samulski committed Apr 22, 2020
2 parents 681e170 + 8a4fa44 commit 9363797
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions themes/custom/droopler_theme/scss/menu/_menu_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ li.we-mega-menu-li {
}
}
}
.we-mega-menu-li {
.we-mega-menu-li,
.we-megamenu-nolink {
width: 100%;
display: flex;
justify-content: space-between;
Expand Down Expand Up @@ -323,7 +324,8 @@ li.we-mega-menu-li {
}

.we-mega-menu-li {
> a {
> a,
> span.we-megamenu-nolink {
padding: $menu-main-link-padding-desktop;
line-height: $submenu-link-height;
}
Expand Down

0 comments on commit 9363797

Please sign in to comment.