@ckeditor/ckeditor5-theme-lark 45.0.0-alpha.1 → 45.0.0-alpha.2

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.
@@ -3463,6 +3463,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon){
3463
3463
  height:100%;
3464
3464
  overflow:clip;
3465
3465
  overflow-clip-margin:var(--ck-widget-outline-thickness);
3466
+ border-collapse:revert;
3466
3467
  }
3467
3468
  .ck-editor__editable .table.layout-table > table:not(
3468
3469
  [style*="border:"],
package/dist/index.css CHANGED
@@ -5039,6 +5039,9 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
5039
5039
  overflow: clip;
5040
5040
  overflow-clip-margin: var(--ck-widget-outline-thickness);
5041
5041
 
5042
+ /* Resetting `border-collapse` property to the user agent styles. */
5043
+ border-collapse: revert;
5044
+
5042
5045
  /* The default table layout style in the editing view when the border is unset. */
5043
5046
  }
5044
5047
  .ck-editor__editable .table.layout-table > table:not(