Commit 02c3c620 authored by dimitrieh's avatar dimitrieh

added hover/selected state for todos items selected done

parent 90c8567d
......@@ -69,11 +69,17 @@
min-width: 0;
}
&.todo.todo-pending.done-reversible {
&.todo-pending.done-reversible {
background-color: $white-light;
&:hover {
border-color: $white-normal;
border-color: $white-dark;
background-color: $gray-light;
.todo-avatar,
.todo-item {
opacity: .6;
}
}
.todo-avatar,
......
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