From c4bb28242ca11754da06707e83556117d71dc255 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Fri, 24 Jul 2020 18:43:12 +0200 Subject: [PATCH] remove animation for alt buttons --- style/shiny/single.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/style/shiny/single.css b/style/shiny/single.css index f55e0d3..85a0163 100644 --- a/style/shiny/single.css +++ b/style/shiny/single.css @@ -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; - } -}