@@ -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.
*
@@ -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;