CSR-1731 fix screenreader reading hamburger menu twice.
This commit is contained in:
parent
26d7f37519
commit
1c8dc5becc
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="menu-modal-container">
|
<div class="menu-modal-container">
|
||||||
<button
|
<button
|
||||||
|
aria-hidden="true"
|
||||||
|
tabindex="-1"
|
||||||
class="menu-button"
|
class="menu-button"
|
||||||
type="button"
|
type="button"
|
||||||
:class="[isActive ? 'active' : '']"
|
:class="[isActive ? 'active' : '']"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue