mirror of https://github.com/akveo/blur-admin
fix(todo): fix todo clicks
parent
4aaffadaa2
commit
1691c0a5f9
|
@ -92,6 +92,7 @@ ul.todo-list {
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
transition: margin-right 0.1s ease-out;
|
transition: margin-right 0.1s ease-out;
|
||||||
transition-delay: 0.2s;
|
transition-delay: 0.2s;
|
||||||
|
float: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
label.todo-checkbox>input:checked+span:before {
|
label.todo-checkbox>input:checked+span:before {
|
||||||
|
|
Loading…
Reference in New Issue