소스 검색

Merge pull request #179 from ckeditor/t/178

Fix: The arrow of the balloon holding a toolbar should have the same background color as the toolbar. Closes #178.
Damian Konopka 7 년 전
부모
커밋
dd14c0f176
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/editorui/editorui.css

+ 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);
 	}