2
2
* Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
3
3
*/
4
4
5
- .ck-editor {
5
+ .ck . ck -editor {
6
6
margin : 1.5em 0 ;
7
7
}
8
8
@@ -33,7 +33,7 @@ It breaks CKEditor 5 (see how <p><code>[]</code></p> looks). */
33
33
display : none !important ; /* Firefox is very stubborn. */
34
34
}
35
35
36
- .ck-reset .ck-list {
36
+ .ck .ck-list {
37
37
/* See https://github.com/ckeditor/ckeditor5/issues/494 */
38
38
margin-left : 0 ;
39
39
}
@@ -62,24 +62,24 @@ It breaks CKEditor 5 (see how <p><code>[]</code></p> looks). */
62
62
}
63
63
64
64
/* https://github.com/ckeditor/ckeditor5/issues/896 */
65
- .live-snippet .ck-content h2 ,
66
- .live-snippet .ck-content h3 ,
67
- .live-snippet .ck-content h4 {
65
+ .live-snippet .ck . ck -content h2 ,
66
+ .live-snippet .ck . ck -content h3 ,
67
+ .live-snippet .ck . ck -content h4 {
68
68
position : static;
69
69
}
70
70
71
71
/* https://github.com/ckeditor/ckeditor5/issues/899 */
72
- .live-snippet .ck-dropdown .ck-list {
72
+ .live-snippet .ck-dropdown .ck . ck -list {
73
73
margin : 0 ;
74
74
padding : 0 ;
75
75
}
76
76
77
- # snippet-inline-editor .ck-editor__editable {
77
+ # snippet-inline-editor .ck . ck -editor__editable {
78
78
margin-bottom : 1rem ;
79
79
padding : 2rem ;
80
80
}
81
81
82
- # snippet-inline-editor .ck-editor__editable : not (.ck-focused ) {
82
+ # snippet-inline-editor .ck . ck -editor__editable: not (.ck-focused ) {
83
83
border : 1px solid rgba (0 , 0 , 0 , 0.15 );
84
84
}
85
85
@@ -88,14 +88,17 @@ It breaks CKEditor 5 (see how <p><code>[]</code></p> looks). */
88
88
padding-top : 0 ;
89
89
border-bottom : 0 ;
90
90
}
91
- # snippet-inline-editor header {
91
+
92
+ # snippet-inline-editor header .ck-content {
92
93
text-align : center;
93
94
}
94
- # snippet-inline-editor header h2 {
95
+
96
+ # snippet-inline-editor header .ck-content h2 {
95
97
margin-bottom : 0 ;
96
98
font-size : 2.1rem ;
97
99
}
98
- # snippet-inline-editor header h3 {
100
+
101
+ # snippet-inline-editor header .ck-content h3 {
99
102
color : rgba (5 , 22 , 42 , 0.59 );
100
103
font-weight : 600 ;
101
104
font-size : 1.6rem ;
0 commit comments