Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit 6bf32c0

Browse files
committed
Other: Increased the specificity of CSS rules. Introduced the .ck class for editor UI components (see: ckeditor/ckeditor5#494).
1 parent 6866256 commit 6bf32c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/placeholder.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* For licensing, see LICENSE.md.
44
*/
55

6-
.ck-placeholder::before {
6+
.ck.ck-placeholder::before {
77
content: attr( data-placeholder );
88

99
/* See ckeditor/ckeditor5#469. */

0 commit comments

Comments
 (0)