Parcourir la source

Moved some sticky toolbar component rules to Wireframe.

Aleksander Nowodzinski il y a 9 ans
Parent
commit
b916d0589f

+ 0 - 5
packages/ckeditor5-theme-lark/theme/components/stickytoolbar.scss

@@ -5,13 +5,8 @@
 	.ck-toolbar.ck-toolbar_sticky {
 		@include ck-drop-shadow();
 
-		top: 0;
 		border: 1px solid ck-border-color();
 		border-width: 0 0 1px;
 		background: ck-color( 'foreground' );
-
-		&.ck-toolbar_sticky_bottom-limit {
-			position: absolute;
-		}
 	}
 }