소스 검색

Fix: Button icon styles should only change first icon.

Maciej Gołaszewski 7 년 전
부모
커밋
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;
 	}
 }