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