瀏覽代碼

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;
 		}
 	}