8
0
dkonopka 6 лет назад
Родитель
Сommit
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.
  * 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.
  * It has to be clickable to not steal the focus after clicking on it.
  */
  */
 .ck .todo-list__checkmark input[type='checkbox'] {
 .ck .todo-list__checkmark input[type='checkbox'] {