Преглед на файлове

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