Skip to content

Commit

Permalink
Merge pull request #8 from Shopify/main
Browse files Browse the repository at this point in the history
Fix mark element not getting the right color (Shopify#2286)
  • Loading branch information
chris-kreidl authored Feb 6, 2023
2 parents 2497b0f + 4401944 commit 39127df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/component-predictive-search.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ predictive-search[loading]
}

.predictive-search__item-query-result mark {
opacity: 75%;
color: rgba(var(--color-foreground), 0.75);
}

.predictive-search__item-query-result mark {
Expand Down

0 comments on commit 39127df

Please sign in to comment.