mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-24 10:15:37 +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;
|
||||
transform: translate(-50%, -100%) scale(0.9);
|
||||
pointer-events: none;
|
||||
animation: none !important;
|
||||
}
|
||||
}
|
||||
.updates-button .icon {
|
||||
|
|
Loading…
Reference in a new issue