Skip to content

Commit c3411eb

Browse files
fix(header): set tabIndex to -1 (#7586)
fix header tabbing sequence
1 parent 92a16a9 commit c3411eb

File tree

1 file changed

+1
-0
lines changed
  • packages/ui-components/Containers/NavBar

1 file changed

+1
-0
lines changed

packages/ui-components/Containers/NavBar/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ const NavBar: FC<PropsWithChildren<NavbarProps>> = ({
6868
type="checkbox"
6969
onChange={e => setIsMenuOpen(() => e.target.checked)}
7070
aria-label={sidebarItemTogglerAriaLabel}
71+
tabIndex={-1}
7172
/>
7273

7374
<div className={`${style.main} peer-checked:flex`}>

0 commit comments

Comments
 (0)