From 16bb9406bcfdc71dab28cb7118ba409ff88edcfd Mon Sep 17 00:00:00 2001 From: Eric Y Liu Date: Thu, 18 Mar 2021 15:56:01 -0700 Subject: [PATCH] chore(list-box): remove hotfix inline style to center dropdown chevron --- src/ListBox/ListBoxMenuIcon.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ListBox/ListBoxMenuIcon.svelte b/src/ListBox/ListBoxMenuIcon.svelte index 4b9125a8..d1cd1485 100644 --- a/src/ListBox/ListBoxMenuIcon.svelte +++ b/src/ListBox/ListBoxMenuIcon.svelte @@ -30,7 +30,6 @@ class:bx--list-box__menu-icon--open="{open}" {...$$restProps} on:click|preventDefault - style="top: 0; bottom: 0; margin: auto;" >