Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ const SearchResults: React.FC<Props> = (props: Props): JSX.Element => {
'sidebar--right__subheader a11y__section',
{'sidebar-expanded': isSideBarExpanded},
])}
aria-live='polite'
>
<NoResultsIndicator
style={{padding: '48px'}}
Expand All @@ -307,6 +308,7 @@ const SearchResults: React.FC<Props> = (props: Props): JSX.Element => {
'sidebar--right__subheader a11y__section',
{'sidebar-expanded': isSideBarExpanded},
])}
aria-live='polite'
>
<NoResultsIndicator
style={{padding: '48px'}}
Expand Down Expand Up @@ -408,7 +410,6 @@ const SearchResults: React.FC<Props> = (props: Props): JSX.Element => {
>
<div
id='search-items-container'
role='application'
className={classNames([
'search-items-container post-list__table a11y__region',
{
Expand Down