Commit 4f59e6bb by jmclaus

Captions are now removed from tab order when hidden

parent e11bd1d9
...@@ -551,6 +551,7 @@ div.video { ...@@ -551,6 +551,7 @@ div.video {
margin: 0; margin: 0;
font-size: 14px; font-size: 14px;
list-style: none; list-style: none;
visibility: visible;
li { li {
border: 0; border: 0;
...@@ -610,6 +611,7 @@ div.video { ...@@ -610,6 +611,7 @@ div.video {
ol.subtitles { ol.subtitles {
width: 0; width: 0;
height: 0; height: 0;
visibility: hidden;
} }
ol.subtitles.html5 { ol.subtitles.html5 {
...@@ -643,6 +645,7 @@ div.video { ...@@ -643,6 +645,7 @@ div.video {
ol.subtitles { ol.subtitles {
right: -(flex-grid(4)); right: -(flex-grid(4));
width: auto; width: auto;
visibility: hidden;
} }
} }
...@@ -703,6 +706,7 @@ div.video { ...@@ -703,6 +706,7 @@ div.video {
position: fixed; position: fixed;
right: 0; right: 0;
top: 0; top: 0;
visibility: visible;
@include transition(none); @include transition(none);
li { li {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment