diff --git a/src/styles/index.scss b/src/styles/index.scss index 03c569490a..5840ccb09a 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -9,3 +9,9 @@ .usa-tooltip__body { opacity: 0; } + +// This fixes a chromium browser bug that causes accessibility issues in the search field +// It can be removed when https://github.com/uswds/uswds/issues/5277 is fixed +.usa-search [type='search']::-webkit-search-cancel-button { + display: none; +}