I would like to hide the current time tooltip in videojs v5. It can be identified in css using .video-js .vjs-progress-control .vjs-play-progress:after. However, hiding it also hides the completed part of the progress bar.
Is there a way to hide the current time tooltip only?