Skip to content

Commit e1b5770

Browse files
committed
Fix 4th navigation level not showing in mobile navigation
1 parent ba8028d commit e1b5770

File tree

2 files changed

+159
-114
lines changed

2 files changed

+159
-114
lines changed

themes/trafiklab-2024/assets/sass/_header.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,22 @@ header.tl-header {
229229
}
230230
}
231231

232+
.tl-mobile-navigation-list--level-4 {
233+
display: none;
234+
235+
li > a {
236+
border-top: 1px solid $color-purple-hint;
237+
}
238+
239+
.tl-mobile-navigation-item__chevron_wrapper {
240+
width: 112px;
241+
}
242+
243+
li:last-of-type a {
244+
border-bottom: none;
245+
}
246+
}
247+
232248
.tl-mobile-navigation-item--open > a > .tl-mobile-navigation-item__chevron_wrapper svg.tl-mobile-navigation-item__chevron {
233249
transform: rotate(90deg);
234250
}

0 commit comments

Comments
 (0)