From 7662188124397d549c100374d9df2ed12a419ada Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Wed, 4 Feb 2026 13:46:27 +0100 Subject: [PATCH] fixed border color transition property on GalleryRow --- src/lib/lists/gallery-row.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/lists/gallery-row.svelte b/src/lib/lists/gallery-row.svelte index 468e39a..52992aa 100644 --- a/src/lib/lists/gallery-row.svelte +++ b/src/lib/lists/gallery-row.svelte @@ -42,7 +42,7 @@ margin: 0; padding: 8px; text-decoration: none; - transition: background-color 0.1s ease-out, outline-color 0.1s ease-out; + transition: background-color 0.1s ease-out, border-color 0.1s ease-out; border: 2px dashed transparent; }