Skip to content

Commit

Permalink
fix(FEC-11733): fix mouse cursor not appear on pre-playback issue (#649)
Browse files Browse the repository at this point in the history
issue: mouse cursor dose not appear on pre-playback
fix: add the pre-playback class
see https://kaltura.atlassian.net/browse/FEC-11733?focusedCommentId=1095772

solves: FEC-11733
  • Loading branch information
JonathanTGold committed Jan 16, 2022
1 parent 171bfd5 commit e491c28
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions src/styles/_shell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,15 @@
}
}

.player.casting,
.player.metadata-loaded.hover,
.player.state-paused,
.player.state-idle,
.player.ad-break,
.player.menu-active,
.player.overlay-active {
.player {
&.pre-playback,
&.casting,
&.metadata-loaded.hover,
&.state-paused,
&.state-idle,
&.ad-break,
&.menu-active,
&.overlay-active {
cursor: auto;
}
}

0 comments on commit e491c28

Please sign in to comment.