Skip to content

Commit

Permalink
fix: play button cursor type (justinribeiro#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-dev committed Jul 7, 2022
1 parent 8e7315e commit 02a0d6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lite-youtube.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ export class LiteYTEmbed extends HTMLElement {
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
cursor: inherit;
}
/* Post-click styles */
Expand Down

0 comments on commit 02a0d6e

Please sign in to comment.