indicate if menu has been expanded
This commit is contained in:
parent
607612a1d9
commit
79f7c55a04
2 changed files with 5 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<label for="main-nav" role="button" class="navbar-item" aria-label="menu" aria-expanded="false" data-target="mainNav">
|
||||
<label for="main-nav" role="button" class="navbar-item" aria-label="menu" aria-expanded="false" data-target="mainNav" onclick="toggleMenu(this)">
|
||||
<div class="icon icon-dots-three-vertical"><span class="is-sr-only">Main navigation menu</div>
|
||||
</label>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue