Commit cf7f340d authored by Aaron Boushley's avatar Aaron Boushley

Adding some styling for completed tasks.

parent e7744bd8
......@@ -249,7 +249,7 @@ body {
margin: 0 10px 0 7px;
float: left;
}
#todo-list .done .todo-content {
#todo-list .is-done label {
text-decoration: line-through;
color: #777777;
}
......
......@@ -45,8 +45,7 @@
{{#view id="todos"}}
{{#collection id="todo-list" contentBinding="Todos.todosController" tagName="ul" itemClassBinding="content.isDone"}}
{{view Ember.Checkbox titleBinding="content.title"
valueBinding="content.isDone"}}
{{view Ember.Checkbox titleBinding="content.title" valueBinding="content.isDone"}}
{{/collection}}
{{/view}}
......
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