Commit 202e4f94 by Adam Palay

make seq tooltips appear on focus

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