8
0
فهرست منبع

Use parent selector to work with nesting plugin

Michael Jeffrey 7 سال پیش
والد
کامیت
c1d96b9ede
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/icon/icon.css

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