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