8
0
Просмотр исходного кода

Bring back table selection styles.

Maciej Gołaszewski 6 лет назад
Родитель
Сommit
ec69e6e3e7
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      packages/ckeditor5-table/theme/tableselection.css

+ 7 - 0
packages/ckeditor5-table/theme/tableselection.css

@@ -8,3 +8,10 @@
  * it acts as a message to the builder telling that it should look for the corresponding styles
  * **in the theme** when compiling the editor.
  */
+
+.ck.ck-editor__editable .table table {
+	& td.selected,
+	& th.selected {
+		box-shadow: inset 0 0 0 1px var(--ck-color-focus-border);
+	}
+}