Skip to content

Commit

Permalink
Removing focusable element in tags badge (#118062) (#118204)
Browse files Browse the repository at this point in the history
Co-authored-by: ymao1 <ying.mao@elastic.co>
  • Loading branch information
kibanamachine and ymao1 committed Nov 10, 2021
1 parent 49102b4 commit e8b538b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down

0 comments on commit e8b538b

Please sign in to comment.