Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #160 from ckeditor/t/ckeditor5-ui/144
Browse files Browse the repository at this point in the history
Other: Migrated package styles to PostCSS. Moved visual styles to ckeditor5-theme-lark (see ckeditor/ckeditor5-ui#144).
  • Loading branch information
oleq committed Nov 30, 2017
2 parents 5bdadce + 90d8e49 commit f16d263
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 52 deletions.
1 change: 0 additions & 1 deletion src/link.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import ButtonView from '@ckeditor/ckeditor5-ui/src/button/buttonview';
import LinkFormView from './ui/linkformview';

import linkIcon from '../theme/icons/link.svg';
import '../theme/theme.scss';

const linkKeystroke = 'Ctrl+K';

Expand Down
2 changes: 2 additions & 0 deletions src/ui/linkformview.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ import FocusTracker from '@ckeditor/ckeditor5-utils/src/focustracker';
import FocusCycler from '@ckeditor/ckeditor5-ui/src/focuscycler';
import KeystrokeHandler from '@ckeditor/ckeditor5-utils/src/keystrokehandler';

import '../../theme/linkform.css';

/**
* The link form view controller class.
*
Expand Down
47 changes: 0 additions & 47 deletions theme/components/linkform.scss

This file was deleted.

21 changes: 21 additions & 0 deletions theme/linkform.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
* Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md.
*/

.ck-link-form {
overflow: hidden;
}

.ck-link-form__actions {
clear: both;

& .ck-button {
float: right;

/* The "Unlink" button.*/
&:last-child {
float: left;
}
}
}
4 changes: 0 additions & 4 deletions theme/theme.scss

This file was deleted.

0 comments on commit f16d263

Please sign in to comment.