style: add smooth transition to artifact ellipse hover effect

This commit is contained in:
Andrew Beal 2026-07-12 15:39:07 +01:00
parent 6ac8a62f4a
commit 79ab34e92d

View file

@ -262,6 +262,7 @@
height: 10px;
border-radius: 50%;
align-self: center;
transition: box-shadow 0.2s ease-out;
}
.artifact-card:hover .artifact-ellipse,
@ -269,6 +270,7 @@
width: 12px;
height: 12px;
box-shadow: 0px 0px 4px 1px currentColor;
transition: box-shadow 0.2s ease-out;
}
.artifact-ellipse-create {