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