From e280e65bb15a8816bcf9c3b3b808317ebf65fe02 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Mon, 30 Dec 2019 15:32:30 -0800 Subject: [PATCH] fix(list-box): allow focus styles for icons --- src/components/ListBox/ListBoxMenuIcon.svelte | 2 +- src/components/ListBox/ListBoxSelection.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ListBox/ListBoxMenuIcon.svelte b/src/components/ListBox/ListBoxMenuIcon.svelte index c117f1bc..c08e3400 100644 --- a/src/components/ListBox/ListBoxMenuIcon.svelte +++ b/src/components/ListBox/ListBoxMenuIcon.svelte @@ -21,5 +21,5 @@ on:click|preventDefault|stopPropagation class={cx('--list-box__menu-icon', open && '--list-box__menu-icon--open', className)} {style}> - + diff --git a/src/components/ListBox/ListBoxSelection.svelte b/src/components/ListBox/ListBoxSelection.svelte index 803306ac..5b87edab 100644 --- a/src/components/ListBox/ListBoxSelection.svelte +++ b/src/components/ListBox/ListBoxSelection.svelte @@ -39,5 +39,5 @@ }} {style}> {#if selectionCount}{selectionCount}{/if} - +