Skip to content

Commit

Permalink
Updated the css style on TodoFooter
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua1988 committed Apr 18, 2018
1 parent cfc2e09 commit 21ab6c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions final/vue-todo/src/components/TodoFooter.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<template>
<div class="clearAllContainer">
<span class="clearAllBtn" @click="clearTodo">Clear All</span>
Expand Down Expand Up @@ -26,7 +25,6 @@ export default {
}
.clearAllBtn {
color: #e20303;
/* 추가 */
display: block;
display: block;
}
</style>

0 comments on commit 21ab6c6

Please sign in to comment.