ckeditor.admin.pcss.css

Claro specific styling for CKEditor admin.

File

core/themes/claro/css/theme/ckeditor.admin.pcss.css

View source
  1. /**
  2. * @file
  3. * Claro specific styling for CKEditor admin.
  4. */
  5. @import "../base/variables.pcss.css";
  6. /*
  7. * This rule is needed to provide Claro's green focus outline. There is a style
  8. * in the CKEditor module CSS that adds a box-shadow at a higher specificity
  9. * than Claro's focus outline styling. This is added at one higher degree of
  10. * specificity.
  11. * @see core/modules/ckeditor/css/ckeditor.admin.css
  12. */
  13. .ckeditor-toolbar-disabled .ckeditor-buttons li a:focus {
  14. box-shadow: var(--focus-box-shadow);
  15. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.