mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(side-nav-menu): chevron icon should not be focusable (#1369)
This commit is contained in:
parent
388a05c290
commit
83c11fd460
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
class:bx--side-nav__icon--small="{true}"
|
||||
class:bx--side-nav__submenu-chevron="{true}"
|
||||
>
|
||||
<svelte:component this="{ChevronDown}" title="Open Menu" tabindex="0" />
|
||||
<svelte:component this="{ChevronDown}" title="Open Menu" />
|
||||
</div>
|
||||
</button>
|
||||
<ul
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue