|
@@ -4,7 +4,8 @@
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
/* See ckeditor/ckeditor5#936. */
|
|
/* See ckeditor/ckeditor5#936. */
|
|
|
-.ck.ck-placeholder, .ck .ck-placeholder {
|
|
|
|
|
|
|
+.ck.ck-placeholder,
|
|
|
|
|
+.ck .ck-placeholder {
|
|
|
&::before {
|
|
&::before {
|
|
|
content: attr(data-placeholder);
|
|
content: attr(data-placeholder);
|
|
|
|
|
|
|
@@ -12,3 +13,10 @@
|
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+/* See ckeditor/ckeditor5#1987. */
|
|
|
|
|
+.ck.ck-read-only .ck-placeholder {
|
|
|
|
|
+ &::before {
|
|
|
|
|
+ display: none;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|