Skip to content

Commit

Permalink
fix(player): cursor should not dissapear while starting
Browse files Browse the repository at this point in the history
closes #1032
  • Loading branch information
mihar-22 committed Dec 2, 2023
1 parent e051bd2 commit 273d30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vidstack/player/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
outline: none;
}

[data-media-player][data-view-type='video']:not([data-controls]) {
[data-media-player][data-view-type='video'][data-started]:not([data-controls]) {
pointer-events: auto;
cursor: none;
}
Expand Down

0 comments on commit 273d30b

Please sign in to comment.