fixed border color transition property on GalleryRow

This commit is contained in:
2026-02-04 13:46:27 +01:00
parent ddef38b0c1
commit 7662188124

View File

@@ -42,7 +42,7 @@
margin: 0; margin: 0;
padding: 8px; padding: 8px;
text-decoration: none; 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; border: 2px dashed transparent;
} }