瀏覽代碼

Created a dedicated icon for the ColorTileView with an outline.

Aleksander Nowodzinski 6 年之前
父節點
當前提交
f2c3ef336e

+ 1 - 1
packages/ckeditor5-ui/src/colorgrid/colortileview.js

@@ -8,7 +8,7 @@
  */
 
 import ButtonView from '../button/buttonview';
-import checkIcon from '@ckeditor/ckeditor5-core/theme/icons/check.svg';
+import checkIcon from '../../theme/icons/color-tile-check.svg';
 
 /**
  * This class represents a single color tile in the {@link module:ui/colorgrid/colorgrid~ColorGridView}.

+ 1 - 1
packages/ckeditor5-ui/tests/colorgrid/colortileview.js

@@ -5,7 +5,7 @@
 
 import ColorTileView from '../../src/colorgrid/colortileview';
 import ButtonView from '../../src/button/buttonview';
-import checkIcon from '@ckeditor/ckeditor5-core/theme/icons/check.svg';
+import checkIcon from '../../theme/icons/color-tile-check.svg';
 
 describe( 'ColorTileView', () => {
 	it( 'inherits from ButtonView', () => {

File diff suppressed because it is too large
+ 1 - 0
packages/ckeditor5-ui/theme/icons/color-tile-check.svg