From ee22d4ad5b4b634951b20caa713388471ce45cb6 Mon Sep 17 00:00:00 2001 From: Matthew McClure Date: Mon, 8 Jun 2015 14:37:34 -0700 Subject: [PATCH] @mmcc un-hid the current and remaining times by default. closes #2241 --- CHANGELOG.md | 1 + src/css/components/_time.scss | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4b24bafc..a9b7e891c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ CHANGELOG * @heff moved all the CDN logic into videojs/cdn ([view](https://github.com/videojs/video.js/pull/2230)) * @mmcc fixed the progress handle transition jerkiness ([view](https://github.com/videojs/video.js/pull/2219)) * @dmlap added support for the seekable property ([view](https://github.com/videojs/video.js/pull/2208)) +* @mmcc un-hid the current and remaining times by default ([view](https://github.com/videojs/video.js/pull/2241)) -------------------- diff --git a/src/css/components/_time.scss b/src/css/components/_time.scss index 7710b8691..b495576b7 100644 --- a/src/css/components/_time.scss +++ b/src/css/components/_time.scss @@ -5,7 +5,5 @@ } /* We need the extra specificity that referencing .vjs-no-flex provides. */ -.video-js .vjs-current-time, .video-js.vjs-no-flex .vjs-current-time { display: none; } .video-js .vjs-duration, .video-js.vjs-no-flex .vjs-duration { display: none; } -.video-js .vjs-remaining-time, .video-js.vjs-no-flex .vjs-remaining-time { display: none; } .vjs-time-divider { display: none; line-height: 3em; }