Преглед изворни кода

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. */