mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[FIX] *: fix "s_features" snippet overrides for new page templates
*: theme_artists, theme_buzzy, theme_loftspace, theme_yes The community "s_features" snippet for a specific new page template was broken (missing all its classes). This commit adapts the related themes overrides following the fix of that snippet (note that these overrides were also broken by themselves). Related to task-4373543 Part-of: odoo/design-themes#1054 Related: odoo/odoo#189299 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
@@ -30,14 +30,6 @@
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- Landing -->
|
||||
|
||||
<template id="new_page_template_landing_s_features" inherit_id="website.new_page_template_landing_s_features">
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="pt48" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- Gallery -->
|
||||
|
||||
<template id="new_page_template_gallery_s_banner" inherit_id="website.new_page_template_gallery_s_banner">
|
||||
|
||||
Reference in New Issue
Block a user