a11y: show tab focus on images #730

This commit is contained in:
Sören Weber 2023-11-27 00:11:07 +01:00
parent 0d51f64dfd
commit b19ca89f44
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -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 */