Commit 42fb669c authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Change opacity of finished todos instead of background color

parent b26d4d2a
...@@ -67,18 +67,27 @@ ...@@ -67,18 +67,27 @@
flex: 0 1 100%; flex: 0 1 100%;
min-width: 0; min-width: 0;
} }
}
.todos-list > .todo.todo-pending.done-reversible { &.todo.todo-pending.done-reversible {
background-color: $gray-light; background-color: $white-light;
&:hover { &:hover {
border-color: $border-color; border-color: $white-normal;
} }
.title { .title {
font-weight: normal; font-weight: normal;
} }
.todo-avatar,
.todo-item {
opacity: .2;
}
.btn {
background-color: $gray-light;
}
}
} }
.todo-item { .todo-item {
......
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