Files
design-themes/theme_enark/views/snippets/s_closer_look.xml
T
Antoine (anso) b4bd70fd56 [IMP] theme_*: adapt themes with new s_closer_look snippet
*: (avantgarde, enark)

This commit adapts the design of new `s_closer_look` snippet for
multiple themes.

task-4077576

closes odoo/design-themes#854

Related: odoo/odoo#175682
Signed-off-by: Serge Bayet (seba) <seba@odoo.com>
2024-09-04 14:57:40 +00:00

12 lines
308 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_closer_look" inherit_id="website.s_closer_look">
<!-- Button -->
<xpath expr="(//a)[2]" position="attributes">
<attribute name="class" remove="btn-outline-primary" add="btn-link" separator=" "/>
</xpath>
</template>
</odoo>