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

Consistency FTW and a missing comment.

Piotrek Koszuliński 7 лет назад
Родитель
Сommit
98199541b1

+ 2 - 1
packages/ckeditor5-theme-lark/theme/ckeditor5-engine/placeholder.css

@@ -3,9 +3,10 @@
  * For licensing, see LICENSE.md.
  */
 
+/* See ckeditor/ckeditor5#936. */
 .ck.ck-placeholder, .ck .ck-placeholder {
 	::before {
 		cursor: text;
 		color: var(--ck-color-engine-placeholder-text);
 	}
-}
+}

+ 1 - 1
packages/ckeditor5-theme-lark/theme/ckeditor5-image/imageuploadprogress.css

@@ -8,7 +8,7 @@
 	--ck-image-upload-progress-line-width: 30px;
 }
 
-.ck .image {
+.ck-content .image {
 	/* Showing animation. */
 	&.ck-appear {
 		animation: fadeIn 700ms;