fix(list-box): temporarily apply override styles to ListBoxMenuIcon for chevron

This commit is contained in:
Eric Y Liu 2021-03-12 16:50:24 -08:00
commit f38ba05abc

View file

@ -30,6 +30,7 @@
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>