Skip to content

Commit

Permalink
Fixed algolia LAF for search box
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrewster committed Aug 19, 2024
1 parent 5869048 commit 34109f1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions webui/apps/docs/src/components/widgets/search.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,13 @@
.DocSearch-Button .DocSearch-Search-Icon {
color: #000;
}

.DocSearch-Input {
background: transparent;
}

.DocSearch-Input:focus {
background: transparent;
border: none;
box-shadow: none;
}

0 comments on commit 34109f1

Please sign in to comment.