浏览代码

Other: Increased the specificity of CSS rules. Introduced the .ck class for editor UI components (see: ckeditor/ckeditor5#494).

Aleksander Nowodzinski 7 年之前
父节点
当前提交
b635f0f138
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-engine/theme/placeholder.css

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

@@ -3,7 +3,7 @@
  * For licensing, see LICENSE.md.
  */
 
-.ck-placeholder::before {
+.ck.ck-placeholder::before {
 	content: attr( data-placeholder );
 
 	/* See ckeditor/ckeditor5#469. */