midzer / tobii

An accessible, open-source lightbox with no dependencies
https://midzer.github.io/tobii/demo/
MIT License
196 stars 20 forks source link

Missing :hover and :focus styling on prev and next buttons #102

Closed jakobhaerter closed 1 year ago

jakobhaerter commented 1 year ago

Hi there!

I was just randomly checking the color contrast of the prev and next buttons. I noticed they're set to opacity: .5 and aren't being updated to opacity: 1 on :hover or :focus.

Is this the intended behaviour or just a bug?

Thanks!

viliusle commented 1 year ago

:focus works, but there is no :hover and it would be nice to have.

midzer commented 1 year ago

Good point.

@jakobhaerter Wanna help out by opening a PR to development branch?