Skip to content

Commit

Permalink
Merge pull request #14655 from ckeditor/ck/14652-balloon-panel-tip-color
Browse files Browse the repository at this point in the history
Fix (theme-lark): Adjusted the balloon tip color to match the rest of the panel. Closes #14652.
  • Loading branch information
oleq authored Jul 25, 2023
2 parents 2f728ce + 2852e67 commit 57607a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/111 */
.ck.ck-balloon-panel.ck-toolbar-container[class*="arrow_n"] {
&::after {
border-bottom-color: var(--ck-color-base-foreground);
border-bottom-color: var(--ck-color-panel-background);
}
}

.ck.ck-balloon-panel.ck-toolbar-container[class*="arrow_s"] {
&::after {
border-top-color: var(--ck-color-base-foreground);
border-top-color: var(--ck-color-panel-background);
}
}

0 comments on commit 57607a1

Please sign in to comment.