Piotrek Koszuliński 5 years ago
parent
commit
e80caff666

+ 8 - 0
packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableselection.css

@@ -12,6 +12,14 @@
 	& th.ck-editor__editable_selected {
 	& th.ck-editor__editable_selected {
 		background-color: var(--ck-table-selected-cell-background) !important;
 		background-color: var(--ck-table-selected-cell-background) !important;
 
 
+		caret-color: transparent;
+		outline: unset;
+		box-shadow: unset;
+
+		&::selection {
+			background-color: transparent;
+		}
+
 		& .ck-widget_selected {
 		& .ck-widget_selected {
 			outline: unset;
 			outline: unset;
 		}
 		}