Przeglądaj źródła

Remove redundant CSS file.

panr 5 lat temu
rodzic
commit
6db2c62243

+ 0 - 2
packages/ckeditor5-link/src/linkimageui.js

@@ -17,8 +17,6 @@ import ButtonView from '@ckeditor/ckeditor5-ui/src/button/buttonview';
 const linkKeystroke = 'Ctrl+K';
 import linkIcon from '../theme/icons/link.svg';
 
-import '../theme/linkimageui.css';
-
 /**
  * The link image UI plugin.
  *

+ 0 - 16
packages/ckeditor5-link/theme/linkimageui.css

@@ -1,16 +0,0 @@
-/*
- * Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
- */
-
-.ck-link-image-options {
-	display: flex;
-
-	& .ck.ck-link-actions {
-		padding: 0;
-	}
-}
-
-.ck.ck-toolbar > .ck-toolbar__items > .ck-link-image-options:last-child {
-	margin-right: 0;
-}