[IMP] theme_*: review s_text_cover templates

This commit aims to review all the occurrences of the `s_text_cover`
snippet across the themes in order to fix broken selectors.

task-3665300

Part-of: odoo/design-themes#827
Related: odoo/odoo#172725
Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
This commit is contained in:
Chrysanthe (chgo)
2024-07-24 13:51:09 +02:00
parent d3d4d7b900
commit 245385c5df
4 changed files with 8 additions and 12 deletions
+3 -3
View File
@@ -161,7 +161,7 @@
<template id="new_page_template_about_s_text_cover" inherit_id="website.new_page_template_about_s_text_cover">
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc2" separator=" "/>
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
</template>
@@ -253,7 +253,7 @@
<template id="new_page_template_landing_s_text_cover" inherit_id="website.new_page_template_landing_s_text_cover">
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc2" separator=" "/>
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
</template>
@@ -350,7 +350,7 @@
<template id="new_page_template_services_s_text_cover" inherit_id="website.new_page_template_services_s_text_cover">
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc2" separator=" "/>
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
</template>