mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 09:06:23 +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 {
|
||||
font-size: 70% !important;
|
||||
}
|
||||
.ancestors-indicator:not([hidden]) {
|
||||
animation: slide-up 0.3s both ease-out 0.3s;
|
||||
}
|
||||
.ancestors-indicator[hidden] {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
|
|
Loading…
Reference in a new issue