Skip to content

Commit dddd939

Browse files
committed
grey out out of stock options more
1 parent 1eb98f2 commit dddd939

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/routes/(info)/lttstore/products/[handle]/VariantDisplay.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@
6363
{/if}
6464
{/if}
6565
{/if}
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}>
66+
<a href="https://www.lttstore.com/products/{product.handle}?variant={variant?.id}" class="hidden-link block w-full mt-auto" class:opacity-60={!inStock}>
6767
{#if value === "Default Title"}
6868
{meta.shortTitle ?? product.title}
6969
{:else}
7070
{value}
7171
{/if}
72-
<div class="text-xs opacity-80">
72+
<div class="text-xs opacity-70">
7373
{#if !inStock}
7474
Out of stock
7575
{:else}

0 commit comments

Comments
 (0)