Преглед изворни кода

Use parent selector to work with nesting plugin

Michael Jeffrey пре 7 година
родитељ
комит
c1d96b9ede

+ 1 - 1
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/icon/icon.css

@@ -29,7 +29,7 @@
 		/* Allows dynamic coloring of the icons. */
 		color: inherit;
 
-		:not([fill]) {
+		&:not([fill]) {
 				/* Needed by FF. */
 				fill: currentColor;
 		}