8
0
Pārlūkot izejas kodu

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

Aleksander Nowodzinski 8 gadi atpakaļ
vecāks
revīzija
404b04516a

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

@@ -10,14 +10,14 @@
 	@include ck-unselectable();
 	@include ck-rounded-corners();
 
-	&-separator {
+	&__separator {
 		width: 1px;
 		height: calc( 1em + 2 * #{ck-spacing( 'medium' )} );
 		vertical-align: middle;
 		background: ck-border-color();
 	}
 
-	&-newline {
+	&__newline {
 		height: ck-spacing( 'small' );
 	}