Skip to content

Commit

Permalink
Merge play pause ended css rule
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinbradford committed Nov 9, 2024
1 parent 113078d commit b461fba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/components/_play-pause.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}

// Show play control when playback starts
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
display: block;
position: relative; // Required for positioning of pseudo content
width: 100%;
Expand Down

0 comments on commit b461fba

Please sign in to comment.