Explorar o código

Use parent selector to work with nesting plugin

Michael Jeffrey %!s(int64=7) %!d(string=hai) anos
pai
achega
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;
 		}