Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(demo): player captions settings focus
When navigating with the keyboard, the focus is not correctly set on the `select` html elements of the captions settings. This is caused by two css rules in two different files: 1. **player.scss**, `select` set to `all:unset` 2. **index.scss**, `select` set to `outline:none` Set `outline` to `solid` during `focus-within`. This solution was preferred while waiting for the end of the transition to Lit.
- Loading branch information