Selaa lähdekoodia

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

Aleksander Nowodzinski 8 vuotta sitten
vanhempi
sitoutus
404b04516a
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      packages/ckeditor5-theme-lark/theme/components/toolbar.scss

+ 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' );
 	}