added hover/selected state for todos items selected done

This commit is contained in:
dimitrieh 2017-03-23 00:59:25 +01:00
parent 90c8567df1
commit 02c3c620e3

View file

@ -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,