Loading core/modules/ckeditor/css/ckeditor.css +0 −14 Original line number Diff line number Diff line Loading @@ -23,17 +23,3 @@ font-size: 14px; -webkit-touch-callout: none; } /** * Adjust the style of in-place editing CKEditor instances. */ .quickedit-toolgroup.wysiwyg-main .cke_chrome, .quickedit-toolgroup.wysiwyg-main .cke_inner, .quickedit-toolgroup.wysiwyg-main .cke_top { border-top: none; border-right: none; border-bottom: none; border-left: none; background: transparent; box-shadow: none; } core/modules/ckeditor5/ckeditor5.libraries.yml +0 −3 Original line number Diff line number Diff line Loading @@ -17,9 +17,6 @@ drupal.ckeditor5.internal: drupal.ckeditor5: js: js/ckeditor5.js: {} css: theme: css/quickedit.css: { } dependencies: - core/jquery - core/once Loading core/modules/quickedit/css/editors/formattedText.ckeditor.css 0 → 100644 +18 −0 Original line number Diff line number Diff line /** * @file * Functional styles for the CKEditor-based formatted text in-place editor. */ /** * Adjust the style of in-place editing CKEditor instances. */ .quickedit-toolgroup.wysiwyg-main .cke_chrome, .quickedit-toolgroup.wysiwyg-main .cke_inner, .quickedit-toolgroup.wysiwyg-main .cke_top { border-top: none; border-right: none; border-bottom: none; border-left: none; background: transparent; box-shadow: none; } core/modules/quickedit/css/editors/formattedText.ckeditor5.css 0 → 100644 +9 −0 Original line number Diff line number Diff line /** * @file * Functional styles for the CKEditor 5-based formatted text in-place editor. */ .quickedit-toolgroup.wysiwyg-main .ck.ck-toolbar { border: none; background: none; } core/modules/quickedit/quickedit.libraries.yml +4 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,10 @@ quickedit.inPlaceEditor.form: quickedit.inPlaceEditor.formattedText: version: VERSION css: component: css/editors/formattedText.ckeditor.css: {} css/editors/formattedText.ckeditor5.css: {} js: js/editors/formattedTextEditor.js: { attributes: { defer: true } } dependencies: Loading Loading
core/modules/ckeditor/css/ckeditor.css +0 −14 Original line number Diff line number Diff line Loading @@ -23,17 +23,3 @@ font-size: 14px; -webkit-touch-callout: none; } /** * Adjust the style of in-place editing CKEditor instances. */ .quickedit-toolgroup.wysiwyg-main .cke_chrome, .quickedit-toolgroup.wysiwyg-main .cke_inner, .quickedit-toolgroup.wysiwyg-main .cke_top { border-top: none; border-right: none; border-bottom: none; border-left: none; background: transparent; box-shadow: none; }
core/modules/ckeditor5/ckeditor5.libraries.yml +0 −3 Original line number Diff line number Diff line Loading @@ -17,9 +17,6 @@ drupal.ckeditor5.internal: drupal.ckeditor5: js: js/ckeditor5.js: {} css: theme: css/quickedit.css: { } dependencies: - core/jquery - core/once Loading
core/modules/quickedit/css/editors/formattedText.ckeditor.css 0 → 100644 +18 −0 Original line number Diff line number Diff line /** * @file * Functional styles for the CKEditor-based formatted text in-place editor. */ /** * Adjust the style of in-place editing CKEditor instances. */ .quickedit-toolgroup.wysiwyg-main .cke_chrome, .quickedit-toolgroup.wysiwyg-main .cke_inner, .quickedit-toolgroup.wysiwyg-main .cke_top { border-top: none; border-right: none; border-bottom: none; border-left: none; background: transparent; box-shadow: none; }
core/modules/quickedit/css/editors/formattedText.ckeditor5.css 0 → 100644 +9 −0 Original line number Diff line number Diff line /** * @file * Functional styles for the CKEditor 5-based formatted text in-place editor. */ .quickedit-toolgroup.wysiwyg-main .ck.ck-toolbar { border: none; background: none; }
core/modules/quickedit/quickedit.libraries.yml +4 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,10 @@ quickedit.inPlaceEditor.form: quickedit.inPlaceEditor.formattedText: version: VERSION css: component: css/editors/formattedText.ckeditor.css: {} css/editors/formattedText.ckeditor5.css: {} js: js/editors/formattedTextEditor.js: { attributes: { defer: true } } dependencies: Loading