Skip to content

Commit 9b78f86

Browse files
Fix search input focus border override
Co-authored-by: Ona <no-reply@ona.com>
1 parent a7e7ec5 commit 9b78f86

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/styles/global.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,3 +239,7 @@ body {
239239
outline-offset: 2px;
240240
border-radius: 2px;
241241
}
242+
243+
#search-input:focus-visible {
244+
outline: none;
245+
}

0 commit comments

Comments
 (0)