Skip to content

Commit

Permalink
Removing focusable element in tags badge (elastic#118062)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao1 authored and kibanamachine committed Nov 10, 2021
1 parent 345a2cb commit 7859798
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 7859798

Please sign in to comment.