浏览代码

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

Aleksander Nowodzinski 8 年之前
父节点
当前提交
384ec6967e
共有 1 个文件被更改,包括 0 次插入10 次删除
  1. 0 10
      packages/ckeditor5-editor-classic/theme/theme.scss

+ 0 - 10
packages/ckeditor5-editor-classic/theme/theme.scss

@@ -37,14 +37,4 @@
 	};
 
 	border: 1px solid ck-color( 'editor-border' );
-
-	&.ck-focused {
-		@include ck-focus-ring();
-		@include ck-box-shadow( $ck-inner-shadow );
-	}
-
-	&_inline {
-		overflow: auto;
-		padding: 0 ck-spacing();
-	}
 }