浏览代码

Merge branch t/ckeditor5-theme-lark/107 into master

Internal: Updated theme to match changes in ckeditor/ckeditor5-theme-lark#107.
Piotrek Koszuliński 8 年之前
父节点
当前提交
0b20845b93
共有 1 个文件被更改,包括 0 次插入13 次删除
  1. 0 13
      packages/ckeditor5-editor-balloon/theme/theme.scss

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

@@ -2,16 +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 {
-	&.ck-focused {
-		@include ck-focus-ring( 'outline' );
-		@include ck-box-shadow( $ck-inner-shadow );
-	}
-
-	&_inline {
-		overflow: auto;
-		padding: 0 ck-spacing();
-	}
-}