Skip to content

Commit

Permalink
hotfix: fix search input background when switching themes, closes inf…
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderson committed Feb 22, 2022
1 parent aa35a41 commit e026efb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/styles/layouts/_algolia-search-overrides.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
.algolia-autocomplete {
width: 100%;

/* Search input field */
#algolia-search-input {
background: $sidebar-search-bg !important;
}

/* Main dropdown wrapper */
.ds-dropdown-menu {
width: 74vw;
Expand Down

0 comments on commit e026efb

Please sign in to comment.