justinribeiro / lite-youtube

The fastest little YouTube web component on this side of the internet. The shadow dom web component version of Paul's lite-youtube-embed.
https://www.npmjs.com/package/@justinribeiro/lite-youtube
MIT License
836 stars 63 forks source link

fix play button cursor type #63

Closed neon-dev closed 2 years ago

neon-dev commented 2 years ago

The default cursor was shown when hovering over the play button. Since the whole poster area is one large clickable area including the play button, the play button cursor should use the same type as the poster (in this case pointer).

justinribeiro commented 2 years ago

Cheers for patch!