8
0
Quellcode durchsuchen

Got rid of the ck-button__icon mixin.

Aleksander Nowodzinski vor 7 Jahren
Ursprung
Commit
3be8d2d96e

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

@@ -3,7 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-@import "./mixins/_button.css";
 @import "../../mixins/_unselectable.css";
 @import "../tooltip/mixins/_tooltip.css";
 

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

@@ -1,13 +0,0 @@
-/*
- * Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
- */
-
-/**
- * A helper to define button–specific icon styles.
- */
-@define-mixin ck-button__icon {
-	& .ck-button__icon {
-		@mixin-content;
-	}
-}