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

Change opacity of finished todos instead of background color

parent b26d4d2a
No related branches found
No related tags found
1 merge request!10100Change opacity of finished todos instead of background color
Pipeline #
Loading
@@ -67,17 +67,26 @@
Loading
@@ -67,17 +67,26 @@
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;
}
} }
} }
   
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