Skip to content

Commit 1a0847a

Browse files
committed
fix(edit-content): hide TinyMCE branding badge after library upgrade
The TinyMCE upgrade changed the statusbar DOM structure, making the previously hidden branding badge visible again. Hide it with a scoped ::ng-deep rule targeting .tox-statusbar__branding.
1 parent 7e51783 commit 1a0847a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

core-web/libs/edit-content/src/lib/fields/dot-edit-content-wysiwyg-field/components/dot-wysiwyg-tinymce/dot-wysiwyg-tinymce.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@
2323
.dot-wysiwyg-tinymce__container--error ::ng-deep .tox-tinymce {
2424
border-color: var(--p-inputtext-invalid-border-color);
2525
}
26+
27+
.dot-wysiwyg-tinymce__container ::ng-deep .tox-statusbar__branding {
28+
display: none;
29+
}
2630
}

0 commit comments

Comments
 (0)