Skip to content

Commit e2f9651

Browse files
committed
Hide focus outline in documentation search bar
1 parent 42c4a66 commit e2f9651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/_docsearch.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
}
9090

9191
.DocSearch-Input {
92-
@apply w-full appearance-none outline-none bg-transparent border-none flex-1 text-14 px-4;
92+
@apply h-14 w-full appearance-none focus:outline-none bg-transparent border-none flex-1 text-14 px-4;
9393
}
9494

9595
.DocSearch-Input::placeholder {

0 commit comments

Comments
 (0)