chore: select focus state
This commit is contained in:
parent
693f4be812
commit
5f39a2b367
3 changed files with 9 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue