Kaynağa Gözat

Added code comment to the fix.

Aleksander Nowodzinski 6 yıl önce
ebeveyn
işleme
ebbe5f52bd
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  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 {