Skip to content

Commit 7c3fc14

Browse files
ENGCOM-7350: Remove unwanted styles for email preview #27828
- Merge Pull Request #27828 from mrtuvn/magento2:fix-27543-remove-unwanted-styles-for-email-preview - Merged commits: 1. d7cf188 2. 77a4e8c 3. 6b8fc4c 4. facbe37 5. 1ef8a51 6. cd961c4 7. bcef3f5 8. 8aeffcc 9. 461eab3
2 parents 4a8f99d + 461eab3 commit 7c3fc14

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/code/Magento/Email/view/adminhtml/layout/adminhtml_email_template_preview.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
*/
77
-->
88
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="admin-1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
9+
<head>
10+
<remove src="extjs/resources/css/ext-all.css"/>
11+
<remove src="extjs/resources/css/ytheme-magento.css"/>
12+
<remove src="css/styles-old.css"/>
13+
<remove src="css/styles.css"/>
14+
<remove src="jquery/jstree/themes/default/style.css"/>
15+
</head>
916
<body>
1017
<attribute name="id" value="html-body"/>
1118
<attribute name="class" value="preview-window"/>

0 commit comments

Comments
 (0)