fix: onboarding gamepad focus styles + sounds
Some checks failed
Build Archipelago ISO (dev) / build-iso (push) Has been cancelled

- glass-button gets orange glow on focus-visible (was suppressed)
- Input fields get orange border on focus-visible
- Restore link made focusable (tabindex, role, keydown.enter)
- Gamepad nav sounds play via existing fallback handler

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-30 09:36:18 +01:00
parent c85534357e
commit b214b2f52f
2 changed files with 15 additions and 1 deletions

View File

@@ -26,8 +26,11 @@
</button>
<a
tabindex="0"
role="button"
class="text-white/50 hover:text-white/80 underline text-sm cursor-pointer mt-4 block text-center onb-cta"
@click="showRestore = true"
@keydown.enter="showRestore = true"
>
Restore from backup
</a>