Procházet zdrojové kódy

Added code comment to the fix.

Aleksander Nowodzinski před 6 roky
rodič
revize
ebbe5f52bd
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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 {