feat(usability): update functions for search ()

* feat(usability): update functions for search

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>

* perf: slightly cleaner variables

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>

---------

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron Pham 2024-01-31 12:38:42 -05:00 committed by GitHub
parent fee3ef9b3a
commit 50bb1ffd8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 80 additions and 32 deletions
quartz/components/styles

View file

@ -162,7 +162,8 @@
}
&:hover,
&:focus {
&:focus,
&.focus {
background: var(--lightgray);
}