Update _base.css

This commit is contained in:
tk 2019-05-08 12:06:56 +03:00 committed by GitHub
parent 0ca8f2dc7c
commit 2649f69759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
@media (print), (prefers-reduced-motion) { @media (print), (prefers-reduced-motion) {
.animated { .animated {
animation: unset !important; animation-duration: 0s;
transition: none !important; transition-duration: 0s;
} }
} }