Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Other: Moved ck-button-icon mixin to ckeditor5-ui.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Dec 14, 2017
1 parent ef4d421 commit f086062
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
1 change: 1 addition & 0 deletions theme/ckeditor5-ui/components/button/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
10 changes: 0 additions & 10 deletions theme/ckeditor5-ui/mixins/_button.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit f086062

Please sign in to comment.