Commit 75b65a8f authored by Christoph Burgdorf's avatar Christoph Burgdorf

removed temporally css classes

parent c6efeda0
......@@ -16,31 +16,4 @@ as AngularJS's show directive will keep track of hiding/showing the elements for
/*this doesn't seem to be used in the jquery example at all. Its getting in the way */
#todo-count span {
font-weight: inherit;
}
/*Figure out how to apply classes conditionally so that we can get rid of "editing-true" */
#todo-list li.editing-true {
border-bottom: none;
margin-top: -1px;
padding: 0;
}
#todo-list li.editing-true:last-child {
margin-bottom: -1px;
}
#todo-list li.editing-true .edit {
display: block;
width: 444px;
padding: 13px 15px 14px 20px;
margin: 0;
}
#todo-list li.editing-true .view {
display: none;
}
#todo-list li.done-true label {
color: #777777;
text-decoration: line-through;
}
\ No newline at end of file
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