mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-04-01 22:23:42 +03:00
Disable animation if hidden
This commit is contained in:
parent
bd38122f1b
commit
796b365fd8
1 changed files with 1 additions and 0 deletions
|
@ -1098,6 +1098,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: translate(-50%, -100%) scale(0.9);
|
transform: translate(-50%, -100%) scale(0.9);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
animation: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.updates-button .icon {
|
.updates-button .icon {
|
||||||
|
|
Loading…
Add table
Reference in a new issue