mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-06-02 04:44:30 +00:00
VideoPlayer calls videoEl.focus() on every seek-bar mouseup (existing upstream code, so hotkeys-js continues receiving keys). Firefox/Gecko draws the system :focus outline whenever a <video> element is focused; Chromium uses :focus-visible heuristics on media elements and doesn't render it for click-driven focus, which is why this is Gecko-only. Add a targeted CSS rule outside the Tailwind @layer so it wins the cascade against any layered author or vendor rule, and !important to override the UA focus ring. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>