Przeglądaj źródła

Change styles for selected table cells.

Maciej Gołaszewski 5 lat temu
rodzic
commit
4f7f293c4b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/ckeditor5-table/theme/tableediting.css

+ 1 - 1
packages/ckeditor5-table/theme/tableediting.css

@@ -12,6 +12,6 @@
 .ck-content .table table {
 	& td.selected,
 	& th.selected {
-		background: hsl(216, 100%, 67%);
+		box-shadow: inset 0 0 0 1px var(--ck-color-focus-border);
 	}
 }