8
0
Pārlūkot izejas kodu

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

Aleksander Nowodzinski 8 gadi atpakaļ
vecāks
revīzija
873516e525
1 mainītis faili ar 0 papildinājumiem un 15 dzēšanām
  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();
-	}
-}