From f38ba05abc29d6bd65e6820c9aac9d686f8c8714 Mon Sep 17 00:00:00 2001 From: Eric Y Liu Date: Fri, 12 Mar 2021 16:50:24 -0800 Subject: [PATCH] fix(list-box): temporarily apply override styles to ListBoxMenuIcon for chevron --- src/ListBox/ListBoxMenuIcon.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ListBox/ListBoxMenuIcon.svelte b/src/ListBox/ListBoxMenuIcon.svelte index d1cd1485..4b9125a8 100644 --- a/src/ListBox/ListBoxMenuIcon.svelte +++ b/src/ListBox/ListBoxMenuIcon.svelte @@ -30,6 +30,7 @@ class:bx--list-box__menu-icon--open="{open}" {...$$restProps} on:click|preventDefault + style="top: 0; bottom: 0; margin: auto;" >