mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 06:42:03 +00:00
style: add smooth transition to artifact ellipse hover effect
This commit is contained in:
parent
6ac8a62f4a
commit
79ab34e92d
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue