fix(search): dont rely on mouse to manipulate focus

This commit is contained in:
Jacky Zhao 2024-02-02 10:44:19 -08:00
parent 260498a96b
commit a2c46f442d
2 changed files with 6 additions and 31 deletions
quartz/components/styles

View file

@ -179,6 +179,7 @@
outline: none;
font-weight: inherit;
&:hover,
&:focus,
&.focus {
background: var(--lightgray);