fix underline conditional

This commit is contained in:
Peter Clement 2021-08-09 15:55:03 +01:00
parent cb7e02bb3a
commit fb343cc519
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@
{#if $tab.info}
<div
class="spectrum-Tabs-selectionIndicator indicator-transition"
style=" background-color: {'var(--spectrum-global-color-blue-400)'}; width: {width}; height: {height}; left: {left}; top: {top};"
style="{quiet &&
'background-color: var(--spectrum-global-color-blue-400)'}; width: {width}; height: {height}; left: {left}; top: {top};"
/>
{/if}
</div>