Skip to content

Commit 733f714

Browse files
authored
Hide focus outline in documentation search bar (#1003)
1 parent ebedad4 commit 733f714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/_docsearch.css

+1-1
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)