Selaa lähdekoodia

Imported common .ck-editor__editable styles from various creators.

Aleksander Nowodzinski 8 vuotta sitten
vanhempi
commit
b4c76cd464
1 muutettua tiedostoa jossa 16 lisäystä ja 0 poistoa
  1. 16 0
      packages/ckeditor5-theme-lark/theme/components/editor.scss

+ 16 - 0
packages/ckeditor5-theme-lark/theme/components/editor.scss

@@ -3,6 +3,22 @@
 
 @import '~@ckeditor/ckeditor5-theme-lark/theme/helpers/_button.scss';
 
+.ck-editor__editable {
+	@include ck-rounded-corners();
+
+	&.ck-focused {
+		@include ck-focus-ring();
+		@include ck-box-shadow( $ck-inner-shadow );
+	}
+
+	&_inline {
+		overflow: auto;
+		padding: 0 ck-spacing();
+		border: 1px solid transparent;
+	}
+}
+
+
 .ck-editor-toolbar {
 	.ck-button {
 		border-width: 0;