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

Change opacity of finished todos instead of background color

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