[ACA-4735] Fix search input focus styles (#4418)

This commit is contained in:
Mykyta Maliarchuk 2025-02-28 15:40:04 +01:00 committed by GitHub
parent 03b5ac83cc
commit 9724f46258
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,11 @@ $search-border-radius: 4px;
background: none; background: none;
padding: 0; padding: 0;
&:focus-visible {
outline: 2px solid var(--theme-blue-button-color);
border-radius: 4px;
}
&:focus-within { &:focus-within {
label { label {
display: none; display: none;