Skip to content

Commit

Permalink
add tab index
Browse files Browse the repository at this point in the history
  • Loading branch information
Maya Shende committed Apr 7, 2023
1 parent ef21607 commit 0b65167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/menu/menuDivider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class MenuDivider extends React.Component<MenuDividerProps> {
} else {
// section header with title
return (
<li className={classNames(Classes.MENU_HEADER, className)} role="separator">
<li className={classNames(Classes.MENU_HEADER, className)} role="separator" tabIndex={0}>
<H6 id={titleId}>{title}</H6>
</li>
);
Expand Down

1 comment on commit 0b65167

@adidahiya
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add tab index

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.