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 #32 from ckeditor/t/ckeditor5-theme-lark/135
Browse files Browse the repository at this point in the history
Other: Removed the `.ck-editor-toolbar` class from the toolbar (see ckeditor/ckeditor5-theme-lark#135).
  • Loading branch information
oleq authored Feb 16, 2018
2 parents 0d98b8a + b2cef03 commit 213ddfd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/inlineeditoruiview.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ export default class InlineEditorUIView extends EditorUIView {
this.toolbar.extendTemplate( {
attributes: {
class: [
'ck-editor-toolbar',

// https://github.com/ckeditor/ckeditor5-editor-inline/issues/11
'ck-toolbar_floating'
]
Expand Down
1 change: 0 additions & 1 deletion tests/inlineeditoruiview.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ describe( 'InlineEditorUIView', () => {
} );

it( 'is given the right CSS classes', () => {
expect( view.toolbar.element.classList.contains( 'ck-editor-toolbar' ) ).to.be.true;
expect( view.toolbar.element.classList.contains( 'ck-toolbar_floating' ) ).to.be.true;
} );

Expand Down

0 comments on commit 213ddfd

Please sign in to comment.