fix(list-box): allow focus styles for icons

This commit is contained in:
Eric Liu 2019-12-30 15:32:30 -08:00
commit e280e65bb1
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -39,5 +39,5 @@
}}
{style}>
{#if selectionCount}{selectionCount}{/if}
<Close16 focusable="false" tabindex="-1" />
<Close16 />
</div>