diff --git a/src/app.css b/src/app.css index 1bb282a7ea..5ffe32827c 100644 --- a/src/app.css +++ b/src/app.css @@ -354,6 +354,15 @@ input[type='number'] { } } + /* checked data-checked="true" */ + + li[data-checked='true'] { + > div { + opacity: 0.5; + text-decoration: line-through; + } + } + input[type='checkbox'] { cursor: pointer; }