|
|
@@ -6,12 +6,10 @@
|
|
|
@import '~@ckeditor/ckeditor5-theme-lark/theme/helpers/_fonts.scss';
|
|
|
|
|
|
.ck-editor__editable {
|
|
|
- .image {
|
|
|
- .ck-editable {
|
|
|
- background-color: ck-color( 'foreground' );
|
|
|
- padding: ck-spacing();
|
|
|
- font-size: ck-font-size( -1 );
|
|
|
- color: ck-color( 'text', 40 );
|
|
|
- }
|
|
|
+ .image > figcaption {
|
|
|
+ background-color: ck-color( 'foreground' );
|
|
|
+ padding: ck-spacing();
|
|
|
+ font-size: ck-font-size( -1 );
|
|
|
+ color: ck-color( 'text', 40 );
|
|
|
}
|
|
|
}
|