firebase / firebase-tools-ui

A local-first UI for Firebase Emulator Suite.
https://firebase.googleblog.com/2020/05/local-firebase-emulator-ui.html
Apache License 2.0
262 stars 60 forks source link

Fixes an issue with double tab targets in the Extensions page. #963

Closed christhompsongoogle closed 1 year ago

christhompsongoogle commented 1 year ago

Previously the link target had a nested button. Making either one aria-hidden resulted in incorrect behavior. Repurposed the button as a link-button.

Internal: b/259456661 and b/259457073