소스 검색

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;
 	}