Skip to content

Commit

Permalink
Merge pull request #28 from fack2/update1
Browse files Browse the repository at this point in the history
DOM js #22  CSS #24  Test file #18
  • Loading branch information
YousefQawasmeh authored Jun 27, 2019
2 parents 5d8fbf7 + 615c2e4 commit 8ae9206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
// deleteButtonNode.innerHTML = "Delete";
deleteButtonNode.name = "deleteButton";
deleteButtonNode.className = "far fa-trash-alt";
deleteButtonNode.setAttribute("aria-label", "eshi");
deleteButtonNode.setAttribute("aria-label", "delete Button");
deleteButtonNode.addEventListener("click", function(event) {
var newState = todoFunctions.deleteTodo(state, todo.id);
update(newState);
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ div {
}
.todocontainer {
background-color: #deeaee;

}

.head {
Expand Down

0 comments on commit 8ae9206

Please sign in to comment.