Skip to content

Commit 196366c

Browse files
committed
fix: focus style on firefox
1 parent e80d151 commit 196366c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pwa/styles/common.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ body .DocSearch {
8787
--docsearch-searchbox-shadow: "none";
8888
}
8989

90+
body .DocSearch-Input {
91+
@apply focus-visible:outline-none;
92+
}
93+
9094
body .DocSearch-Logo svg>* {
9195
@apply fill-blue;
9296
}

0 commit comments

Comments
 (0)