From e9fa936389a748d57bab15d2cb335c1bde67d6cf Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Fri, 16 Dec 2016 19:26:49 -0200 Subject: [PATCH] Uses CSS animation for highlight on mobile too --- app/assets/stylesheets/mobile/topic-list.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index 660446f6f55..17644a5f27c 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -69,7 +69,7 @@ > tbody > tr { &.highlighted { - background-color: dark-light-choose(scale-color($tertiary, $lightness: 85%), scale-color($tertiary, $lightness: -55%)); + animation: background-fade-highlight 2.5s ease-out; } }