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

Commit 213ddfd

Browse files
authoredFeb 16, 2018
Merge pull request #32 from ckeditor/t/ckeditor5-theme-lark/135
Other: Removed the `.ck-editor-toolbar` class from the toolbar (see ckeditor/ckeditor5-theme-lark#135).
2 parents 0d98b8a + b2cef03 commit 213ddfd

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed
 

‎src/inlineeditoruiview.js

-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ export default class InlineEditorUIView extends EditorUIView {
5252
this.toolbar.extendTemplate( {
5353
attributes: {
5454
class: [
55-
'ck-editor-toolbar',
56-
5755
// https://github.com/ckeditor/ckeditor5-editor-inline/issues/11
5856
'ck-toolbar_floating'
5957
]

‎tests/inlineeditoruiview.js

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ describe( 'InlineEditorUIView', () => {
3333
} );
3434

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

0 commit comments

Comments
 (0)
This repository has been archived.