chore(list-box): remove hotfix inline style to center dropdown chevron

This commit is contained in:
Eric Y Liu 2021-03-18 15:56:01 -07:00
commit 16bb9406bc

View file

@ -30,7 +30,6 @@
class:bx--list-box__menu-icon--open="{open}"
{...$$restProps}
on:click|preventDefault
style="top: 0; bottom: 0; margin: auto;"
>
<ChevronDown16 aria-label="{description}" title="{description}" />
</div>