mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
fix(list-box): allow focus styles for icons
This commit is contained in:
parent
2dd8cc1b47
commit
e280e65bb1
2 changed files with 2 additions and 2 deletions
|
@ -21,5 +21,5 @@
|
|||
on:click|preventDefault|stopPropagation
|
||||
class={cx('--list-box__menu-icon', open && '--list-box__menu-icon--open', className)}
|
||||
{style}>
|
||||
<ChevronDown16 name="chevron--down" tabindex="-1" aria-label={description} title={description} />
|
||||
<ChevronDown16 aria-label={description} title={description} />
|
||||
</div>
|
||||
|
|
|
@ -39,5 +39,5 @@
|
|||
}}
|
||||
{style}>
|
||||
{#if selectionCount}{selectionCount}{/if}
|
||||
<Close16 focusable="false" tabindex="-1" />
|
||||
<Close16 />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue