Skip to content

Commit

Permalink
Issue #976: add id on button search header
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzov96 committed May 14, 2024
1 parent 5d58769 commit 0951996
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ export function SearchWithSuggestions({
{messageSearchIsVisible && (
<p
className="visually-hidden"
id="message-search"
id="message-search-header"
css={css`
border: 0;
padding: 0;
Expand Down Expand Up @@ -362,9 +362,10 @@ export function SearchWithSuggestions({
)}
</div>
<button
id="search-header-icon"
className="openk9--search-search-container-icon"
title={t("remove-text") || ""}
aria-label={t("remove-text-description") || ""}
title={"avvia ricerca"}
aria-label={labelIcon}
style={{
paddingRight: "16px",
display: "flex",
Expand All @@ -391,7 +392,7 @@ export function SearchWithSuggestions({
}
`}
>
<SearchSvg label={labelIcon} />
<SearchSvg />
</span>
</div>
</button>
Expand Down

0 comments on commit 0951996

Please sign in to comment.