Commit 031f331a by Adam

Merge pull request #1157 from edx/adam/a11y

make seq tooltips appear on focus
parents b12e502c 202e4f94
...@@ -111,7 +111,7 @@ nav.sequence-nav { ...@@ -111,7 +111,7 @@ nav.sequence-nav {
outline: 0; outline: 0;
} }
&:hover { &:hover, &:focus {
background-color: #fff; background-color: #fff;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center 14px; background-position: center 14px;
...@@ -235,7 +235,7 @@ nav.sequence-nav { ...@@ -235,7 +235,7 @@ nav.sequence-nav {
} }
} }
&:hover { &:hover, &:focus {
p { p {
display: block; display: block;
margin-top: 4px; margin-top: 4px;
......
...@@ -103,6 +103,7 @@ class @Sequence ...@@ -103,6 +103,7 @@ class @Sequence
sequence_links = @$('#seq_content a.seqnav') sequence_links = @$('#seq_content a.seqnav')
sequence_links.click @goto sequence_links.click @goto
@$("a.active").blur()
goto: (event) => goto: (event) =>
event.preventDefault() event.preventDefault()
......
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