• Kyle Keating's avatar
    Fix a11y lint issues in menu.js · 0f8768c4
    Kyle Keating authored
    - Disable lint rules: "no-static-element-interactions"  and "click-events-have-key-events"  on the menu wrapper. It is acceptable to allow click event handling on static elements when its used to catch event propagation
    
    - Add a -1 tabindex on menu__content for lint purposes
    0f8768c4
menu.js 7.1 KB