Explorar el Código

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

Aleksander Nowodzinski hace 7 años
padre
commit
b635f0f138
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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. */