Parcourir la source

Other: Moved ck-button-icon mixin to ckeditor5-ui.

Aleksander Nowodzinski il y a 8 ans
Parent
commit
3da9641046

+ 1 - 0
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/button/button.css

@@ -8,6 +8,7 @@
 @import "../../../mixins/_disabled.css";
 @import "../../../mixins/_rounded.css";
 @import "../../mixins/_button.css";
+@import "@ckeditor/ckeditor5-ui/theme/components/button/mixins/_button.css";
 
 .ck-button,
 a.ck-button {

+ 0 - 10
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/mixins/_button.css

@@ -33,13 +33,3 @@
 		border-color: var($(prefix)-disabled-border);
 	}
 }
-
-/**
- * A helper to define button–specific icon styles.
- *
- */
-@define-mixin ck-button-icon {
-	& .ck-icon {
-		@mixin-content;
-	}
-}