Skip to content

Commit

Permalink
Merge pull request #16320 from ckeditor/ck/app-menu-bar-classic-edito…
Browse files Browse the repository at this point in the history
…r-separator

Other (theme-lark): Added a separator (border) between the menu bar and the toolbar for the classic editor.

Other (theme-lark): Toolbar separators are now shorter.
  • Loading branch information
scofalik authored Jun 4, 2024
2 parents 21d73e4 + 491bb2e commit a0e25f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
border-bottom-width: 1px;
}

& .ck-menu-bar,
& .ck-menu-bar {
border: 0;
border-bottom: 1px solid var(--ck-color-base-border);
}

& .ck-toolbar {
border: 0;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
border: 1px solid var(--ck-color-toolbar-border);

& .ck.ck-toolbar__separator {
align-self: stretch;
height: var(--ck-icon-size);
width: 1px;
min-width: 1px;
background: var(--ck-color-toolbar-border);
Expand Down

0 comments on commit a0e25f2

Please sign in to comment.