8
0
فهرست منبع

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;
 	}