Parcourir la source

Moved .ck-editor__editable styles to common editor.scss in Lark.

Aleksander Nowodzinski il y a 8 ans
Parent
commit
873516e525
1 fichiers modifiés avec 0 ajouts et 15 suppressions
  1. 0 15
      packages/ckeditor5-editor-balloon/theme/theme.scss

+ 0 - 15
packages/ckeditor5-editor-balloon/theme/theme.scss

@@ -2,18 +2,3 @@
 // For licensing, see LICENSE.md or http://ckeditor.com/license
 
 @import '~@ckeditor/ckeditor5-theme-lark/theme/theme.scss';
-
-// TODO move to make a common style with editor-classic.
-.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();
-	}
-}