Explorar el Código

Fix: Button icon styles should only change first icon.

Maciej Gołaszewski hace 7 años
padre
commit
51a03b0ead

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