소스 검색

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'] {