diff --git a/theme/ckeditor5-table/tableselection.css b/theme/ckeditor5-table/tableselection.css index ac6fd7e..658b9b1 100644 --- a/theme/ckeditor5-table/tableselection.css +++ b/theme/ckeditor5-table/tableselection.css @@ -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; }