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

Commit

Permalink
Merge pull request #179 from ckeditor/t/178
Browse files Browse the repository at this point in the history
Fix: The arrow of the balloon holding a toolbar should have the same background color as the toolbar. Closes #178.
  • Loading branch information
dkonopka committed Jun 18, 2018
2 parents e0d1897 + da70873 commit d3c408c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/ckeditor5-ui/components/editorui/editorui.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit d3c408c

Please sign in to comment.