Explorar o código

Fixed: Code style of comments in Icon component.

Aleksander Nowodzinski %!s(int64=9) %!d(string=hai) anos
pai
achega
a1023e6ee4
Modificáronse 1 ficheiros con 8 adicións e 4 borrados
  1. 8 4
      packages/ckeditor5-theme-lark/theme/components/icon.scss

+ 8 - 4
packages/ckeditor5-theme-lark/theme/components/icon.scss

@@ -12,8 +12,10 @@ $ck-icon-size: 20px;
 	display: none;
 	display: none;
 
 
 	* {
 	* {
-		color: inherit; // allows dynamic coloring of the icons
-		fill: currentColor; // needed by Webkit/Blink
+		// Allows dynamic coloring of the icons.
+		color: inherit;
+		// Needed by Webkit/Blink.
+		fill: currentColor;
 	}
 	}
 }
 }
 
 
@@ -37,8 +39,10 @@ $ck-icon-size: 20px;
 	}
 	}
 
 
 	* {
 	* {
-		color: inherit; // allows dynamic coloring of the icons
-		fill: currentColor; // needed by FF
+		// Allows dynamic coloring of the icons.
+		color: inherit;
+		// Needed by FF.
+		fill: currentColor;
 	}
 	}
 
 
 	use {
 	use {