Skip to content

Commit

Permalink
added aria-hidden='true'
Browse files Browse the repository at this point in the history
  • Loading branch information
saturninoabril committed Feb 28, 2017
1 parent 23f7a0e commit 4fb690f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion webapp/components/search_bar.jsx
Expand Up @@ -313,7 +313,12 @@ export default class SearchBar extends React.Component {
className={clearClass}
onClick={this.handleClear}
>
<span className='sidebar__search-clear-x'>{'×'}</span>
<span
className='sidebar__search-clear-x'
aria-hidden='true'
>
{'×'}
</span>
</div>
{isSearching}
{this.renderHintPopover(helpClass)}
Expand Down

0 comments on commit 4fb690f

Please sign in to comment.