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 #270 from ckeditor/i/6114b
Browse files Browse the repository at this point in the history
Internal: Improved styles for cell selection. See ckeditor/ckeditor5#6114.
  • Loading branch information
Reinmar authored Mar 6, 2020
2 parents 0ad4ee9 + 5bdb0c2 commit 3ce24b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions theme/ckeditor5-table/tableselection.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
& th.ck-editor__editable_selected {
background-color: var(--ck-table-selected-cell-background) !important;

caret-color: transparent;
outline: unset;
box-shadow: unset;

& ::selection {
background-color: transparent;
}

& .ck-widget_selected {
outline: unset;
}
Expand Down

0 comments on commit 3ce24b5

Please sign in to comment.