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

Fix: Button icon styles should only change first icon.

Maciej Gołaszewski 7 лет назад
Родитель
Сommit
51a03b0ead
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-ui/theme/components/button/mixins/_button.css

+ 1 - 1
packages/ckeditor5-ui/theme/components/button/mixins/_button.css

@@ -7,7 +7,7 @@
  * A helper to define button–specific icon styles.
  */
 @define-mixin ck-button-icon {
-	& .ck-icon {
+	& .ck-icon:first-child {
 		@mixin-content;
 	}
 }