Missing :hover and :focus styling on prev and next buttons
Closed this issue · 2 comments
jakobhaerter commented
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
:focus
works, but there is no :hover
and it would be nice to have.
midzer commented
Good point.
@jakobhaerter Wanna help out by opening a PR to development branch?