8
0
Просмотр исходного кода

Use parent selector to work with nesting plugin

Michael Jeffrey 7 лет назад
Родитель
Сommit
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. */
 		/* Allows dynamic coloring of the icons. */
 		color: inherit;
 		color: inherit;
 
 
-		:not([fill]) {
+		&:not([fill]) {
 				/* Needed by FF. */
 				/* Needed by FF. */
 				fill: currentColor;
 				fill: currentColor;
 		}
 		}