فهرست منبع

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'] {
 	input[type='checkbox'] {
 		cursor: pointer;
 		cursor: pointer;
 	}
 	}