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;