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 #281 from ckeditor/i/6109
Browse files Browse the repository at this point in the history
Other: Replaced custom `FormHeaderView` with the new reusable `FormHeaderView` UI. See ckeditor/ckeditor5#6109.
  • Loading branch information
jodator authored Mar 26, 2020
2 parents b905aa5 + a017394 commit f5b2faf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 190 deletions.
3 changes: 2 additions & 1 deletion src/tablecellproperties/ui/tablecellpropertiesview.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ import {
getLabeledColorInputCreator
} from '../../ui/utils';
import FormRowView from '../../ui/formrowview';
import FormHeaderView from '../../ui/formheaderview';

import FormHeaderView from '@ckeditor/ckeditor5-ui/src/formheader/formheaderview';

import checkIcon from '@ckeditor/ckeditor5-core/theme/icons/check.svg';
import cancelIcon from '@ckeditor/ckeditor5-core/theme/icons/cancel.svg';
Expand Down
3 changes: 2 additions & 1 deletion src/tableproperties/ui/tablepropertiesview.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ import {
getLabeledColorInputCreator
} from '../../ui/utils';
import FormRowView from '../../ui/formrowview';
import FormHeaderView from '../../ui/formheaderview';

import FormHeaderView from '@ckeditor/ckeditor5-ui/src/formheader/formheaderview';

import checkIcon from '@ckeditor/ckeditor5-core/theme/icons/check.svg';
import cancelIcon from '@ckeditor/ckeditor5-core/theme/icons/cancel.svg';
Expand Down
90 changes: 0 additions & 90 deletions src/ui/formheaderview.js

This file was deleted.

98 changes: 0 additions & 98 deletions tests/ui/formheaderview.js

This file was deleted.

0 comments on commit f5b2faf

Please sign in to comment.