Disable copy button until animation completes, fix the fill animation color, change how animations/transitions are disabled

This commit is contained in:
daudix
2024-09-02 03:25:26 +03:00
parent 1b0bcfba93
commit fe1ec83a28
5 changed files with 24 additions and 20 deletions

View File

@ -84,11 +84,10 @@ body {
}
@media (prefers-reduced-motion) {
*,
*::before,
*::after {
animation: none !important;
transition: none !important;
animation-duration: 0s !important;
transition-duration: 0s !important;
}
}