MDL-70202 theme_boost: remove accessibility changes for moremenu tabs

- Part of: MDL-69588
- the more menu will be responsive and does not need changed tab styles on small devices
This commit is contained in:
Bas Brands 2021-06-01 16:37:14 +02:00 committed by Mathew May
parent 527562d12f
commit 00239bccad
4 changed files with 24 additions and 24 deletions

View file

@ -45,7 +45,7 @@
}
}}
<nav class="moremenu">
<ul id="moremenu-{{ uniqid }}" class="nav {{navbarstyle}}">
<ul id="moremenu-{{ uniqid }}" class="nav more-nav {{navbarstyle}}">
{{#nodecollection}}
{{#children}}
{{> core/moremenu_children}}