mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Animate ancestor indicator
This commit is contained in:
parent
f5184bd608
commit
dd2ca7bf35
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@
|
||||||
.ancestors-indicator {
|
.ancestors-indicator {
|
||||||
font-size: 70% !important;
|
font-size: 70% !important;
|
||||||
}
|
}
|
||||||
|
.ancestors-indicator:not([hidden]) {
|
||||||
|
animation: slide-up 0.3s both ease-out 0.3s;
|
||||||
|
}
|
||||||
.ancestors-indicator[hidden] {
|
.ancestors-indicator[hidden] {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
Loading…
Reference in a new issue