editor.css

Same filename in this branch
  1. 9 core/assets/vendor/ckeditor/skins/moono-lisa/editor.css
Same filename in other branches
  1. 8.9.x core/assets/vendor/ckeditor/skins/moono-lisa/editor.css
  2. 10 core/modules/ckeditor5/css/editor.css
  3. 11.x core/modules/ckeditor5/css/editor.css

Styles for the CKEditor 5 editor.

File

core/modules/ckeditor5/css/editor.css

View source
  1. /**
  2. * @file
  3. * Styles for the CKEditor 5 editor.
  4. */
  5. /* Convert low opacity icons to full opacity. */
  6. .ck-button:not(.ck-disabled) .ck-icon * {
  7. opacity: 1 !important;
  8. fill-opacity: 1 !important;
  9. }

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