1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-24 08:42:25 +02:00

@mmcc fixed an issue with text track hiding introduced in #1681. closes #1804

This commit is contained in:
Matthew McClure 2015-01-21 16:44:59 -08:00 committed by heff
parent 67c4eed937
commit 78e95e14b8
2 changed files with 1 additions and 1 deletions

View File

@ -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))
--------------------

View File

@ -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;