From 78e95e14b8f919606cd54a0cfd47fcbe06f21556 Mon Sep 17 00:00:00 2001 From: Matthew McClure Date: Wed, 21 Jan 2015 16:44:59 -0800 Subject: [PATCH] @mmcc fixed an issue with text track hiding introduced in #1681. closes #1804 --- CHANGELOG.md | 1 + src/css/video-js.less | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3645176174..494c3ac106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ CHANGELOG * @brycefisher Added a guide on player disposal ([view](https://github.com/videojs/video.js/pull/1803)) * @toniher added a Catalan translation ([view](https://github.com/videojs/video.js/pull/1794)) * @mmcc added a VERSION key to the videojs object ([view](https://github.com/videojs/video.js/pull/1798)) +* @mmcc fixed an issue with text track hiding introduced in #1681 ([view](https://github.com/videojs/video.js/pull/1804)) -------------------- diff --git a/src/css/video-js.less b/src/css/video-js.less index 89d44c40a3..53e5f6a023 100644 --- a/src/css/video-js.less +++ b/src/css/video-js.less @@ -979,7 +979,6 @@ body.vjs-full-window { /* Individual tracks */ .video-js .vjs-text-track { - display: none; font-size: 1.4em; text-align: center; margin-bottom: 0.1em;