mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
fix(list-box): temporarily apply override styles to ListBoxMenuIcon for chevron
This commit is contained in:
parent
448f3488d4
commit
f38ba05abc
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue