瀏覽代碼

refac: styling

Timothy Jaeryang Baek 3 月之前
父節點
當前提交
6bf218f720
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      src/app.css

+ 9 - 0
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;
 	}