Browse Source

BEMyfied several class names in editor.scss.

Aleksander Nowodzinski 9 years ago
parent
commit
c40cc48d5f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      packages/ckeditor5-theme-lark/theme/components/editor.scss

+ 3 - 3
packages/ckeditor5-theme-lark/theme/components/editor.scss

@@ -3,7 +3,7 @@
 
 // TODO/NOTE: This along with _editor helper will probably become a creator theme.
 @include ck-editor {
-	.ck-editor-top {
+	.ck-editor__top {
 		.ck-toolbar {
 			border-top: 0;
 			border-left: 0;
@@ -11,12 +11,12 @@
 		}
 	}
 
-	.ck-editor-main {
+	.ck-editor__main {
 		background: ck-color();
 		overflow: hidden;
 	}
 
-	.ck-editor-bottom {
+	.ck-editor__bottom {
 		border-bottom: 0;
 		border-left: 0;
 		border-right: 0;