tableselection.css 596 B

1234567891011121314151617
  1. /*
  2. * Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  4. */
  5. /*
  6. * Note: This file should contain the wireframe styles only. But since there are no such styles,
  7. * it acts as a message to the builder telling that it should look for the corresponding styles
  8. * **in the theme** when compiling the editor.
  9. */
  10. .ck.ck-editor__editable .table table {
  11. & td.ck-editor__editable_selected,
  12. & th.ck-editor__editable_selected {
  13. box-shadow: inset 0 0 0 1px var(--ck-color-focus-border);
  14. }
  15. }