Removing focusable element in tags badge (#118062) (#118204)

Co-authored-by: ymao1 <ying.mao@elastic.co>
This commit is contained in:
Kibana Machine 2021-11-10 14:18:35 -05:00 committed by GitHub
parent 49102b42e1
commit e8b538b27e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -438,6 +438,7 @@ export const AlertsList: React.FunctionComponent = () => {
color="hollow"
iconType="tag"
iconSide="left"
tabIndex={-1}
onClick={() => setTagPopoverOpenIndex(item.index)}
onClickAriaLabel="Tags"
iconOnClick={() => setTagPopoverOpenIndex(item.index)}