Commit 90c8567d authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Add transition animation to opacity

parent 42fb669c
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
.todo-avatar, .todo-avatar,
.todo-actions { .todo-actions {
@include transition(opacity);
-webkit-flex: 0 0 auto; -webkit-flex: 0 0 auto;
flex: 0 0 auto; flex: 0 0 auto;
} }
...@@ -75,10 +76,6 @@ ...@@ -75,10 +76,6 @@
border-color: $white-normal; border-color: $white-normal;
} }
.title {
font-weight: normal;
}
.todo-avatar, .todo-avatar,
.todo-item { .todo-item {
opacity: .2; opacity: .2;
...@@ -91,6 +88,8 @@ ...@@ -91,6 +88,8 @@
} }
.todo-item { .todo-item {
@include transition(opacity);
.todo-title { .todo-title {
display: flex; display: flex;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment