Explorar el Código

Change styles for selected table cells.

Maciej Gołaszewski hace 5 años
padre
commit
4f7f293c4b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
 	}
 }