Skip to content

Commit

Permalink
Merge pull request #29190 from MeKeyCool/bugfix/28863_fix_menu_displa…
Browse files Browse the repository at this point in the history
…y_for_legacy_pages

Fix menu display for legacy pages
  • Loading branch information
kpodemski committed Jul 29, 2022
2 parents 597e6ce + 27a1d9d commit 13c60b2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions admin-dev/themes/default/scss/partials/_nav.scss
Expand Up @@ -365,10 +365,6 @@
color: #fff;
background: $gray-dark-active-menu;
transition: background 300ms ease;

@include media-breakpoint-down(md) {
background: $gray-dark-menu;
}
}

&.has_submenu {
Expand Down Expand Up @@ -396,7 +392,6 @@
a.link {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: $gray-dark-secondary-link;

&:hover {
color: #fff;
Expand Down

0 comments on commit 13c60b2

Please sign in to comment.