We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8028d commit e1b5770Copy full SHA for e1b5770
themes/trafiklab-2024/assets/sass/_header.scss
@@ -229,6 +229,22 @@ header.tl-header {
229
}
230
231
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
248
.tl-mobile-navigation-item--open > a > .tl-mobile-navigation-item__chevron_wrapper svg.tl-mobile-navigation-item__chevron {
249
transform: rotate(90deg);
250
0 commit comments