Disable copy button until animation completes, fix the fill animation color, change how animations/transitions are disabled
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user