fix: todolist delete icon style
This commit is contained in:
parent
b3ddf60d04
commit
f0db0697e6
|
@ -197,7 +197,6 @@
|
||||||
margin: auto 0;
|
margin: auto 0;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
color: #cc9a9a;
|
color: #cc9a9a;
|
||||||
margin-bottom: 11px;
|
|
||||||
transition: color 0.2s ease-out;
|
transition: color 0.2s ease-out;
|
||||||
}
|
}
|
||||||
.todo-list li .destroy:hover {
|
.todo-list li .destroy:hover {
|
||||||
|
|
Loading…
Reference in New Issue