mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
fix(list-box-menu-item): set tabindex
to -1
This commit is contained in:
parent
6f54c09c77
commit
de921e63ec
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
|
||||
<div
|
||||
role="option"
|
||||
tabindex="-1"
|
||||
class:bx--list-box__menu-item="{true}"
|
||||
class:bx--list-box__menu-item--active="{active}"
|
||||
class:bx--list-box__menu-item--highlighted="{highlighted || active}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue