Skip to content

Commit

Permalink
a11y: show tab focus on images #730
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Nov 26, 2023
1 parent 0d51f64 commit b19ca89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,11 @@ article a:focus .copy-to-clipboard {
outline: none;
text-decoration: underline;
}
article a:hover:has(img),
article a:active:has(img),
article a:focus:has(img){
outline: auto;
}

#R-body-inner:focus-visible{
/* remove focus indicator for programatically set focus */
Expand Down

0 comments on commit b19ca89

Please sign in to comment.