8
0
Просмотр исходного кода

Fix: The arrow of the balloon holding a toolbar should have the same background color as the toolbar. Closes #178.

Aleksander Nowodzinski 7 лет назад
Родитель
Сommit
3e89290183

+ 2 - 2
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/editorui/editorui.css

@@ -35,13 +35,13 @@
 }
 
 /* https://github.com/ckeditor/ckeditor5-theme-lark/issues/111 */
-.ck.ck-toolbar-container[class*="arrow_n"] {
+.ck.ck-balloon-panel.ck-toolbar-container[class*="arrow_n"] {
 	&::after {
 		border-bottom-color: var(--ck-color-base-foreground);
 	}
 }
 
-.ck.ck-toolbar-container[class*="arrow_s"] {
+.ck.ck-balloon-panel.ck-toolbar-container[class*="arrow_s"] {
 	&::after {
 		border-top-color: var(--ck-color-base-foreground);
 	}