From 60ade1c2f562f07af48a2d8010cb9dee5f8df632 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sat, 14 Feb 2026 18:23:58 +0000 Subject: [PATCH] Decrease opacity of missing records in sets --- lib/music_library_web/live/record_set_live/index.html.heex | 2 +- lib/music_library_web/live/record_set_live/show.html.heex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/music_library_web/live/record_set_live/index.html.heex b/lib/music_library_web/live/record_set_live/index.html.heex index eb11f89c..fa591101 100644 --- a/lib/music_library_web/live/record_set_live/index.html.heex +++ b/lib/music_library_web/live/record_set_live/index.html.heex @@ -120,7 +120,7 @@ class={[ "flex-none w-24 sm:w-32 group relative", is_nil(item.record.purchased_at) && - "opacity-60 hover:opacity-100 transition-opacity" + "opacity-60 dark:opacity-40 hover:opacity-100 transition-opacity" ]} > <.link diff --git a/lib/music_library_web/live/record_set_live/show.html.heex b/lib/music_library_web/live/record_set_live/show.html.heex index f5de86c0..7be5700b 100644 --- a/lib/music_library_web/live/record_set_live/show.html.heex +++ b/lib/music_library_web/live/record_set_live/show.html.heex @@ -83,7 +83,7 @@ class={[ "group relative", is_nil(item.record.purchased_at) && - "opacity-60 hover:opacity-100 transition-opacity" + "opacity-60 dark:opacity-40 hover:opacity-100 transition-opacity" ]} > <.link