feat(usability): update functions for search (#774)

* 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
2 changed files with 80 additions and 32 deletions

View File

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