fix underline conditional

This commit is contained in:
Peter Clement 2021-08-09 15:55:03 +01:00
parent 7a58e3c817
commit dc9d69910b
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>