[IMP] theme_*: review s_references snippet occurrences

*: theme_buzzy, theme_cobalt, theme_kea, theme_nano, theme_odoo_experts,
theme_paptic, theme_vehicle, theme_zap

The goal of this commit is to fix xpath after the `s_references` snippet
redesign, and eventually tweak some classes.

task-3668033

closes odoo/design-themes#838

Related: odoo/odoo#163837
Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com>
This commit is contained in:
Chrysanthe (chgo)
2024-07-25 13:17:32 +02:00
parent 4492c5dfa6
commit 32298b742a
15 changed files with 17 additions and 56 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<template id="s_references" inherit_id="website.s_references">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc5" separator=" "/>
<attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/>
</xpath>
</template>