/* auto, since non-WebKit browsers doesn't support input styling */
height:auto;
position:absolute;
top:0;
bottom:0;
margin:auto0;
border:none;/* Mobile Safari */
-webkit-appearance:none;
appearance:none;
}
.todo-listli.toggle{
opacity:0;
}
.todo-listli.toggle+label{
/*
Firefox requires `#` to be escaped - https://bugzilla.mozilla.org/show_bug.cgi?id=922433
IE and Edge requires *everything* to be escaped to render, so we do that instead of just the `#` - https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7157459/