mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°7552 - Move CKEditor from to npm dependencies
This commit is contained in:
2
css/backoffice/vendors/ckeditor/_all.scss
vendored
2
css/backoffice/vendors/ckeditor/_all.scss
vendored
@@ -3,5 +3,5 @@
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
@import "../../../../js/ckeditor/build/compiled-theme"; /* CKEditor content styles (tables, lists, ...) */
|
||||
@import "../../../../node_modules/ckeditor5-itop-build/build/styles/compiled-theme"; /* CKEditor content styles (tables, lists, ...) */
|
||||
@import "overloads"; /* Overloads of CKEditor styles for the backoffice */
|
||||
@@ -12,7 +12,7 @@
|
||||
}
|
||||
|
||||
/* N°7611 - Ensure to embed HTML fields styles */
|
||||
@import "../js/ckeditor/build/compiled-theme";
|
||||
@import "../node_modules/ckeditor5-itop-build/build/styles/compiled-theme";
|
||||
.email-is-html-content {
|
||||
@extend .ck-content;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user