mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Make image animate when hovering over status card
This commit is contained in:
parent
963312aacb
commit
ad774325df
1 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,9 @@
|
|||
border-color: var(--outline-hover-color);
|
||||
box-shadow: inset 0 0 0 4px var(--bg-faded-blur-color);
|
||||
}
|
||||
.status-card-link:is(:hover, :focus) .status-card img {
|
||||
animation: position-object 5s ease-in-out 1s 5;
|
||||
}
|
||||
.status-card-link:is(:active) .status-card {
|
||||
background-color: var(--bg-faded-color);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue