design: add success checkbox and remove unecessary list decoration
This commit is contained in:
@@ -227,3 +227,12 @@ iframe {
|
||||
border-radius: 1rem;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
/* TODO page */
|
||||
.todo-notes input[type="checkbox"] {
|
||||
@apply checkbox checkbox-success;
|
||||
}
|
||||
|
||||
.todo-notes li:has(> input[type="checkbox"]) {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user