Loading core/modules/ckeditor5/ckeditor5.libraries.yml +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ drupal.ckeditor5: css: theme: css/quickedit.css: { } css/editor.css: { } dependencies: - core/jquery - core/once Loading core/modules/ckeditor5/css/editor.css 0 → 100644 +10 −0 Original line number Diff line number Diff line /** * @file * Styles for the CKEditor 5 editor. */ /* Convert low opacity icons to full opacity. */ .ck-button:not(.ck-disabled) .ck-icon * { opacity: 1 !important; fill-opacity: 1 !important; } Loading
core/modules/ckeditor5/ckeditor5.libraries.yml +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ drupal.ckeditor5: css: theme: css/quickedit.css: { } css/editor.css: { } dependencies: - core/jquery - core/once Loading
core/modules/ckeditor5/css/editor.css 0 → 100644 +10 −0 Original line number Diff line number Diff line /** * @file * Styles for the CKEditor 5 editor. */ /* Convert low opacity icons to full opacity. */ .ck-button:not(.ck-disabled) .ck-icon * { opacity: 1 !important; fill-opacity: 1 !important; }