Merge pull request #45915 from garritfra/bugfix/search-bar-border

Fixed selected search bar border styling
pull/46170/head
Kubernetes Prow Robot 2024-05-03 18:19:26 -07:00 committed by GitHub
commit 0347c7469f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 3 deletions

View File

@ -1334,10 +1334,11 @@ div.alert > em.javascript-required {
flex-grow: 1;
overflow-x: hidden;
width: auto;
}
.search-bar:focus-within {
border: 2.5px solid rgba(47, 135, 223, 0.7);
&:focus-within {
outline: 1.5px solid rgba(47, 135, 223, 0.7);
border: 1px solid rgba(47, 135, 223, 0.7);
}
}
.search-bar i.search-icon {