瀏覽代碼

Comment typo.

dkonopka 6 年之前
父節點
當前提交
db99ac8f73
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/list/list.css

+ 1 - 1
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/list/list.css

@@ -100,7 +100,7 @@
 /*
  * Let's hide native checkbox and make a fancy one.
  *
- * Note: Checkbox element cannot be hidden using `display: block` or `visibility: hidden`.
+ * Note: Checkbox element cannot be hidden using `display: none` or `visibility: hidden`.
  * It has to be clickable to not steal the focus after clicking on it.
  */
 .ck .todo-list__checkmark input[type='checkbox'] {