Ver código fonte

Docs: Extended a comment in the tableediting styles sheet.

Aleksander Nowodzinski 7 anos atrás
pai
commit
84210673c1

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