mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
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:
parent
527562d12f
commit
00239bccad
4 changed files with 24 additions and 24 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue