Browse Source

Internal: Widget inside a table selection should not have its own selection border. I forgot to squash it into the previously merged PR.

Piotrek Koszuliński 5 years ago
parent
commit
237cb30bff

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

@@ -11,5 +11,10 @@
 	& td.ck-editor__editable_selected,
 	& th.ck-editor__editable_selected {
 		background-color: var(--ck-table-selected-cell-background) !important;
+
+		& .ck-widget_selected {
+			outline: unset;
+		}
 	}
 }
+