From 90c8567df11f7efa9d4587107bb7b626bec54cce Mon Sep 17 00:00:00 2001
From: Annabel Dunstone Gray <annabel.dunstone@gmail.com>
Date: Wed, 22 Mar 2017 08:51:01 -0600
Subject: [PATCH] Add transition animation to opacity

---
 app/assets/stylesheets/pages/todos.scss | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/app/assets/stylesheets/pages/todos.scss b/app/assets/stylesheets/pages/todos.scss
index 1cb1d90db03..5f9643019e9 100644
--- a/app/assets/stylesheets/pages/todos.scss
+++ b/app/assets/stylesheets/pages/todos.scss
@@ -47,6 +47,7 @@
 
   .todo-avatar,
   .todo-actions {
+    @include transition(opacity);
     -webkit-flex: 0 0 auto;
     flex: 0 0 auto;
   }
@@ -75,10 +76,6 @@
       border-color: $white-normal;
     }
 
-    .title {
-      font-weight: normal;
-    }
-
     .todo-avatar,
     .todo-item {
       opacity: .2;
@@ -91,6 +88,8 @@
 }
 
 .todo-item {
+  @include transition(opacity);
+
   .todo-title {
     display: flex;
 
-- 
GitLab