Преглед на файлове

Got rid of the ck-button__icon mixin.

Aleksander Nowodzinski преди 7 години
родител
ревизия
3be8d2d96e
променени са 2 файла, в които са добавени 0 реда и са изтрити 14 реда
  1. 0 1
      packages/ckeditor5-ui/theme/components/button/button.css
  2. 0 13
      packages/ckeditor5-ui/theme/components/button/mixins/_button.css

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