mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-18 16:05:33 -04:00
add :focus-visible
css selector to some hover styles
This commit is contained in:
@@ -25,7 +25,7 @@ const StyledLink = styled(NextLink, {
|
||||
transition: `background-size ${theme.transitions.linkHover}`,
|
||||
},
|
||||
|
||||
"&:hover": {
|
||||
"&:hover, &:focus-visible": {
|
||||
backgroundSize: `100% ${theme.borderWidths.underline}`,
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user