mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +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);
|
border-color: var(--outline-hover-color);
|
||||||
box-shadow: inset 0 0 0 4px var(--bg-faded-blur-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 {
|
.status-card-link:is(:active) .status-card {
|
||||||
background-color: var(--bg-faded-color);
|
background-color: var(--bg-faded-color);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue