Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #181 from ckeditor/t/ckeditor5-table/69
Browse files Browse the repository at this point in the history
Fix: The table cell selection highlight is broken around merged cells. Closes ckeditor/ckeditor5-table#69. Closes ckeditor/ckeditor5-table#29.
oleq authored Jun 29, 2018
2 parents 72f0bbc + 45e1022 commit 084e9bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion theme/ckeditor5-table/tableediting.css
Original file line number Diff line number Diff line change
@@ -17,7 +17,9 @@
/* 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.
See https://github.com/ckeditor/ckeditor5-table/issues/29. */
border-style: double;
border-style: none;
outline: 1px solid var(--ck-color-focus-border);
outline-offset: -1px; /* progressive enhancement - no IE support */
}
}
}

0 comments on commit 084e9bb

Please sign in to comment.