Browse Source

Changed StickyToolbar to StickyPanel.

Oskar Wróbel 8 years ago
parent
commit
f68acbf99d

+ 2 - 2
packages/ckeditor5-theme-lark/theme/components/toolbar/stickytoolbar.scss

@@ -2,8 +2,8 @@
 // For licensing, see LICENSE.md or http://ckeditor.com/license
 
 @include ck-editor {
-	.ck-toolbar {
-		&.ck-toolbar_sticky {
+	.ck-sticky-panel {
+		&.ck-sticky-panel_sticky {
 			@include ck-drop-shadow();
 
 			border-width: 0 1px 1px;

+ 2 - 2
packages/ckeditor5-theme-lark/theme/theme.scss

@@ -21,6 +21,6 @@
 @import 'components/list';
 @import 'components/label';
 @import 'components/inputtext';
-@import 'components/panel/balloonpanel';
 @import 'components/editor';
-@import 'components/toolbar/stickytoolbar';
+@import 'components/panel/balloonpanel';
+@import 'components/panel/stickypanel';