Skip to content

Commit

Permalink
docs(site): Fix focus outline on image link
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Sep 15, 2020
1 parent 81baaa6 commit 9e0f3b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/src/components/ImageLink.module.css
Expand Up @@ -10,6 +10,7 @@
outline: 1px solid var(--ifm-color-gray-200);
}
.link:hover img,
.link:active img {
.link:active img,
.link:focus img {
outline: 2px solid var(--ifm-color-primary-lightest);
}

0 comments on commit 9e0f3b7

Please sign in to comment.