Skip to content
Snippets Groups Projects
Commit 90c8567d authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Add transition animation to opacity

parent 42fb669c
No related branches found
No related tags found
1 merge request!10100Change opacity of finished todos instead of background color
Pipeline #
Loading
@@ -47,6 +47,7 @@
Loading
@@ -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;
} }
Loading
@@ -75,10 +76,6 @@
Loading
@@ -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;
Loading
@@ -91,6 +88,8 @@
Loading
@@ -91,6 +88,8 @@
} }
   
.todo-item { .todo-item {
@include transition(opacity);
.todo-title { .todo-title {
display: flex; display: flex;
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment