mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
b4bd70fd56
*: (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>
12 lines
308 B
XML
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>
|