@ckeditor/ckeditor5-theme-lark 45.0.0-alpha.5 → 45.0.0-alpha.7

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.
@@ -3461,8 +3461,6 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon){
3461
3461
  .ck-editor__editable .table.layout-table > table{
3462
3462
  width:100%;
3463
3463
  height:100%;
3464
- overflow:clip;
3465
- overflow-clip-margin:var(--ck-widget-outline-thickness);
3466
3464
  border-collapse:revert;
3467
3465
  }
3468
3466
  .ck-editor__editable .table.layout-table > table:not(
package/dist/index.css CHANGED
@@ -5034,11 +5034,6 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
5034
5034
  width: 100%;
5035
5035
  height: 100%;
5036
5036
 
5037
- /* Styles to make the layout table outline visible when the layout table is inside another layout table inside edge cells.
5038
- Currently, this solution works on every browser except Safari. */
5039
- overflow: clip;
5040
- overflow-clip-margin: var(--ck-widget-outline-thickness);
5041
-
5042
5037
  /* Resetting `border-collapse` property to the user agent styles. */
5043
5038
  border-collapse: revert;
5044
5039