8
0
Просмотр исходного кода

Added code comment to the fix.

Aleksander Nowodzinski 6 лет назад
Родитель
Сommit
ebbe5f52bd
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      packages/ckeditor5-list/theme/todolist.css

+ 4 - 0
packages/ckeditor5-list/theme/todolist.css

@@ -7,6 +7,10 @@
 	--ck-todo-list-checkmark-size: 16px;
 }
 
+/*
+ * To-do list should be interactive only during the editing
+ * (https://github.com/ckeditor/ckeditor5/issues/2090).
+ */
 .ck-editor__editable .todo-list {
 	& .todo-list__label {
 		& > input {