8
0
فهرست منبع

Docs: Extended a comment in the tableediting styles sheet.

Aleksander Nowodzinski 7 سال پیش
والد
کامیت
84210673c1
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableediting.css

+ 2 - 1
packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableediting.css

@@ -15,7 +15,8 @@
 			background: var(--ck-color-table-focused-cell-background);
 
 			/* Fixes the problem where surrounding cells cover the focused cell's border.
-			It does not fix the problem in all places but the UX is improved. */
+			It does not fix the problem in all places but the UX is improved.
+			See https://github.com/ckeditor/ckeditor5-table/issues/29. */
 			border-style: double;
 		}
 	}