remove animation for alt buttons
This commit is contained in:
parent
bf3f02d4a9
commit
c4bb28242c
1 changed files with 0 additions and 8 deletions
|
@ -138,11 +138,3 @@ footer {
|
|||
font-size: 150%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: no-preference) {
|
||||
.alts label {
|
||||
transition-property: color, background;
|
||||
transition-duration: 0.25s;
|
||||
transition-timing-function: ease-in-out;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue