mirror of
https://github.com/videojs/video.js.git
synced 2025-01-02 06:32:07 +02:00
@mister-ben updated the time tooltips to use the chosen font family. closes #3213
This commit is contained in:
parent
46374f5b57
commit
6e579ba4da
@ -12,6 +12,7 @@ CHANGELOG
|
||||
* fix IE8 tests for VIDEOJS_NO_DYNAMIC_STYLE ([view](https://github.com/videojs/video.js/pull/3215))
|
||||
* @OwenEdwards fixed links adding extra tab stop with IE by removing anchor tags on videojs init ([view](https://github.com/videojs/video.js/pull/3194))
|
||||
* @scaryguy updated videojs cdn urls in the README ([view](https://github.com/videojs/video.js/pull/3195))
|
||||
* @mister-ben updated the time tooltips to use the chosen font family ([view](https://github.com/videojs/video.js/pull/3213))
|
||||
|
||||
--------------------
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
||||
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
|
||||
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
|
||||
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
|
||||
font-family: VideoJS;
|
||||
font-family: $text-font-family;
|
||||
visibility: visible;
|
||||
font-size: 0.6em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user