mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
chore(list-box): remove hotfix inline style to center dropdown chevron
This commit is contained in:
parent
70a3b79ed3
commit
16bb9406bc
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue