Remove unnecessary editor styles

These styles were later overwritten by $editorTheme->get_stylesheet()
[MAILPOET-5740]
This commit is contained in:
Rostislav Wolny
2024-01-18 09:51:17 +01:00
committed by Jan Lysý
parent 89a02fce39
commit 6f3ebc10b8

View File

@@ -64,7 +64,6 @@ class SettingsController {
$flexEmailLayoutStyles = file_get_contents(__DIR__ . '/flex-email-layout.css');
$settings['styles'] = [
$coreDefaultSettings['defaultEditorStyles'][0],
['css' => wp_get_global_stylesheet(['base-layout-styles'])],
['css' => $editorTheme->get_stylesheet()],
['css' => $contentVariables],