Skip to content

Commit

Permalink
enhance(search): feature country-searching in search placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Apr 15, 2024
1 parent c212034 commit 719eaab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions site/gdocs/components/centered-article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1124,6 +1124,10 @@ div.raw-html-table__container {
&::placeholder {
color: $blue-40;
}

&:placeholder-shown {
text-overflow: ellipsis;
}
}

.aa-InputWrapperPrefix {
Expand Down
2 changes: 1 addition & 1 deletion site/search/searchClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ export const logSiteSearchClickToAlgoliaInsights = (
}

export const DEFAULT_SEARCH_PLACEHOLDER =
"Try “Life expectancy”, “Economic Growth”, “Homicide rate”, “Biodiversity”…"
"Try “Life expectancy”, “Economic Growth China Japan”, “CO2 Poland France”…"

0 comments on commit 719eaab

Please sign in to comment.