@ckeditor/ckeditor5-theme-lark 0.0.0-nightly-20240604.1 → 0.0.0-nightly-20240605.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1463,7 +1463,7 @@ padding: 0 var(--ck-spacing-small);
1463
1463
  border: 1px solid var(--ck-color-toolbar-border);
1464
1464
  }
1465
1465
  .ck.ck-toolbar .ck.ck-toolbar__separator {
1466
- align-self: stretch;
1466
+ height: var(--ck-icon-size);
1467
1467
  width: 1px;
1468
1468
  min-width: 1px;
1469
1469
  background: var(--ck-color-toolbar-border);
@@ -1597,6 +1597,10 @@ border-bottom-width: 1px;
1597
1597
  }
1598
1598
  .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-menu-bar {
1599
1599
  border: 0;
1600
+ border-bottom: 1px solid var(--ck-color-base-border);
1601
+ }
1602
+ .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-toolbar {
1603
+ border: 0;
1600
1604
  }
1601
1605
  .ck.ck-editor__main > .ck-editor__editable {
1602
1606
  background: var(--ck-color-base-background);
package/dist/index.css CHANGED
@@ -2638,7 +2638,7 @@ of the component, floating–point numbers have been used which, for the default
2638
2638
  border: 1px solid var(--ck-color-toolbar-border);
2639
2639
  }
2640
2640
  .ck.ck-toolbar .ck.ck-toolbar__separator {
2641
- align-self: stretch;
2641
+ height: var(--ck-icon-size);
2642
2642
  width: 1px;
2643
2643
  min-width: 1px;
2644
2644
  background: var(--ck-color-toolbar-border);
@@ -2854,8 +2854,11 @@ of the component, floating–point numbers have been used which, for the default
2854
2854
  .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content.ck-sticky-panel__content_sticky {
2855
2855
  border-bottom-width: 1px;
2856
2856
  }
2857
- .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-menu-bar,
2858
- .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-toolbar {
2857
+ .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-menu-bar {
2858
+ border: 0;
2859
+ border-bottom: 1px solid var(--ck-color-base-border);
2860
+ }
2861
+ .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-toolbar {
2859
2862
  border: 0;
2860
2863
  }
2861
2864
  /* Note: Use ck-editor__main to make sure these styles don't apply to other editor types */