mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 17:31:19 +08:00
a11y: show tab focus on images #730
This commit is contained in:
parent
0d51f64dfd
commit
b19ca89f44
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user