scss: always clear navigation background in hamburger mode (#38206)

This commit is contained in:
Thomas Jund 2019-12-04 16:44:13 +01:00
parent cccf6244e9
commit a156f1bd47
1 changed files with 11 additions and 1 deletions

View File

@ -200,12 +200,22 @@ div.menucell {
div.gru-nav {
height: auto;
background: transparent;
@if $responsive-menu == left-to-right {
height: 0;
}
}
// remove $nav-background
@if $nav-full-width-background == true {
div.gru-nav-wrapper {
background: transparent;
}
} @else {
div.gru-nav {
background: transparent;
}
}
div.gru-nav ul ul {
position: static;
display: block;