Explorar el Código

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

Internal: Updated theme to match changes in ckeditor/ckeditor5-theme-lark#107.
Piotrek Koszuliński hace 8 años
padre
commit
0b20845b93
Se han modificado 1 ficheros con 0 adiciones y 13 borrados
  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();
-	}
-}