Skip to content

Commit

Permalink
feat(progress-control): remove play progress time tooltip
Browse files Browse the repository at this point in the history
Remove the play progress time tooltip when hovering the mouse to avoid
overlapping with the mouse display time tooltip when they are close.

Modify the rule to disable the display of the time tooltip
  • Loading branch information
amtins committed Jan 24, 2025
1 parent 75d9b88 commit 6b3c0a4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions scss/components/_progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@
}
}

&.vjs-scrubbing,
&.vjs-seeking {
.vjs-play-progress .vjs-time-tooltip {
display: none;
}
.vjs-progress-control .vjs-play-progress .vjs-time-tooltip {
display: none;
}

.vjs-play-progress {
Expand Down

0 comments on commit 6b3c0a4

Please sign in to comment.