Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
4bb9dcf1
Commit
4bb9dcf1
authored
Oct 04, 2013
by
jmclaus
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1220 from edx/jmclaus/bugfix_bypass_captions
Captions are now removed from tab order when hidden
parents
f095f3c8
4f59e6bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
common/lib/xmodule/xmodule/css/video/display.scss
+4
-0
No files found.
common/lib/xmodule/xmodule/css/video/display.scss
View file @
4bb9dcf1
...
...
@@ -551,6 +551,7 @@ div.video {
margin
:
0
;
font-size
:
14px
;
list-style
:
none
;
visibility
:
visible
;
li
{
border
:
0
;
...
...
@@ -610,6 +611,7 @@ div.video {
ol
.subtitles
{
width
:
0
;
height
:
0
;
visibility
:
hidden
;
}
ol
.subtitles.html5
{
...
...
@@ -643,6 +645,7 @@ div.video {
ol
.subtitles
{
right
:
-
(
flex-grid
(
4
));
width
:
auto
;
visibility
:
hidden
;
}
}
...
...
@@ -703,6 +706,7 @@ div.video {
position
:
fixed
;
right
:
0
;
top
:
0
;
visibility
:
visible
;
@include
transition
(
none
);
li
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment