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

Commit

Permalink
Merge pull request #52 from ckeditor/t/50
Browse files Browse the repository at this point in the history
Fix: Selected table's outline should be visible when the table is not being hovered. Closes #50.
  • Loading branch information
Reinmar committed Jun 13, 2018
2 parents 713ac46 + 9e3f32f commit a50c89d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions theme/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@
border-collapse: collapse;
border-spacing: 0;

/* The outer border of the table should be slightly darker than the inner lines. */
&:not(:hover) {
outline: 1px solid hsl(0, 0%, 70%);
outline-offset: -1px;
}
/* The outer border of the table should be slightly darker than the inner lines.
Also see https://github.com/ckeditor/ckeditor5-table/issues/50. */
border: 1px double hsl(0, 0%, 70%);

& td,
& th {
Expand Down

0 comments on commit a50c89d

Please sign in to comment.