Skip to content

Commit

Permalink
Merge pull request #246 from hlxsites/ian-fix-search-suggestions
Browse files Browse the repository at this point in the history
Adds CSS for highlighted text in search suggestions
  • Loading branch information
iansk authored Nov 1, 2024
2 parents 85da50e + 874bac3 commit 93a33d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions blocks/search-bar/search-bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,14 @@ search-bar {
margin-bottom: var(--spacing--1);
}

.search-bar .magic-box .magic-box-suggestions .magic-box-suggestion .coveo-omnibox-hightlight {
color: var(--search-text-color);
}

.search-bar .magic-box .magic-box-suggestions .magic-box-suggestion .coveo-omnibox-hightlight2 {
color: var(--search-text-color);
}

.search-bar .dropdown-content .coveo-dropdown-hero-search {
display: none;
}
Expand Down

0 comments on commit 93a33d1

Please sign in to comment.