Skip to content

Commit

Permalink
Fix focused state
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ch4ls committed Sep 24, 2015
1 parent 05d195e commit 61d2600
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/refbox/refbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ html.lindat-modal-open {
text-decoration: none;
font-size: 3em;

&:hover {
&:hover, &:focus {
text-decoration: none;
}
}
Expand Down Expand Up @@ -437,6 +437,8 @@ html.lindat-modal-open {
border: 1px solid darken(@refbox-link, 5%);
&:focus {
outline: 0;
color: #ffffff;
text-decoration: none;
}
&:hover {
background-color: @refbox-link-hover;
Expand Down

0 comments on commit 61d2600

Please sign in to comment.