We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb98f2 commit dddd939Copy full SHA for dddd939
1 file changed
src/routes/(info)/lttstore/products/[handle]/VariantDisplay.svelte
@@ -63,13 +63,13 @@
63
{/if}
64
65
66
- <a href="https://www.lttstore.com/products/{product.handle}?variant={variant?.id}" class="hidden-link block w-full mt-auto" class:opacity-80={!inStock}>
+ <a href="https://www.lttstore.com/products/{product.handle}?variant={variant?.id}" class="hidden-link block w-full mt-auto" class:opacity-60={!inStock}>
67
{#if value === "Default Title"}
68
{meta.shortTitle ?? product.title}
69
{:else}
70
{value}
71
72
- <div class="text-xs opacity-80">
+ <div class="text-xs opacity-70">
73
{#if !inStock}
74
Out of stock
75
0 commit comments