jwplayer / ott-web-app

Reference implementation for JWP-powered apps
Apache License 2.0
70 stars 52 forks source link

Feat / make button states consistent #546

Closed ChristiaanScheermeijer closed 3 months ago

ChristiaanScheermeijer commented 3 months ago

Description

This aligns and fixes some button state inconsistencies. Most importantly, the accessibility mixins weren't used correctly due to it being used in a CSS module file which converts body.is-tabbing to a scoped class name, e.g. body.is-tabbing-g34tsda.

Before "Start watching" button focus

image

After "Start watching" button focus

image

Before "Favorites" button focus

image

After "Favorites" button focus

image