Se non è WYSIWYG, allora che ne dici di disabilitare completamente gli stili?

Try this customization:

#reply-control .d-editor-button-bar button {
    display: none;
}
#reply-control .d-editor-button-bar button.upload {
    display: block;
}
7 Mi Piace