chore: select focus state

This commit is contained in:
Cory Dransfeldt 2024-07-05 10:32:24 -07:00
parent 693f4be812
commit 5f39a2b367
No known key found for this signature in database
3 changed files with 9 additions and 3 deletions

View file

@ -33,6 +33,12 @@ select {
color: var(--text-color);
background-color: var(--background-color);
padding: var(--sizing-xs) var(--sizing-sm);
&:focus,
&:focus-within {
border: 0;
outline: var(--outline)
}
}
.search__form {