浏览代码

Fixed: Toolbar separator and new line CSS classes incompatible with naming guidelines.

Aleksander Nowodzinski 8 年之前
父节点
当前提交
000e23e62b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/ckeditor5-ui/theme/components/toolbar.scss

+ 2 - 2
packages/ckeditor5-ui/theme/components/toolbar.scss

@@ -4,11 +4,11 @@
 .ck-toolbar {
 	@include ck-unselectable();
 
-	&-separator {
+	&__separator {
 		display: inline-block;
 	}
 
-	&-newline {
+	&__newline {
 		display: block;
 		clear: left;
 	}