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

t/ckeditor5-ui/144: Migrated the styles to PostCSS #160

Merged
merged 3 commits into from
Nov 30, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.