From 85128086b4da364aa387cbe9a2d3ce9f3ee86cb8 Mon Sep 17 00:00:00 2001 From: xRangerDE Date: Mon, 11 May 2026 08:27:38 +0200 Subject: [PATCH] a11y: focus-visible on .streamer-profile-btn + type=button on storage open btn Two small targeted fixes: - .streamer-profile-btn (the action buttons in the streamer profile header: Record now, Open on Twitch, Refresh) had :hover but no :focus-visible. Keyboard users tabbing through the profile header buttons couldn't tell which one was focused. Added a purple ring for the default variant and the inner-white + outer-purple double-ring for the .primary variant (matches the convention used everywhere else for purple-background buttons). - The dynamically-built Storage table "Open" button (renderer-settings.ts:397) was created via document.createElement('button') without setting type. Browsers default to type="submit" for