| 1234567891011121314151617 |
- /*
- * Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
- */
- /*
- * Note: This file should contain the wireframe styles only. But since there are no such styles,
- * 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.ck-editor__editable_selected,
- & th.ck-editor__editable_selected {
- box-shadow: inset 0 0 0 1px var(--ck-color-focus-border);
- }
- }
|