8
0

nestededitable.css 531 B

12345678910111213141516171819202122
  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. @import "@ckeditor/ckeditor5-theme-lark/theme/mixins/_focus.css";
  6. @import "@ckeditor/ckeditor5-theme-lark/theme/mixins/_shadow.css";
  7. figure {
  8. background-color: hsl(0, 0%, 95.3%);
  9. padding: 10px;
  10. & figcaption {
  11. background: hsl(0, 0%, 100%);
  12. outline: none;
  13. &.focused {
  14. @mixin ck-focus-ring;
  15. @mixin ck-box-shadow var(--ck-inner-shadow);
  16. }
  17. }
  18. }