fix: Use consistent active state on recent search items

This commit is contained in:
Tom Moor
2023-10-11 23:39:11 -04:00
parent c5c323690b
commit a652386329

View File

@@ -117,6 +117,11 @@ const RecentSearch = styled(Link)`
padding: 1px 4px;
border-radius: 4px;
&:focus-visible {
outline: none;
}
&:focus,
&: ${hover} {
color: ${s("text")};
background: ${s("secondaryBackground")};