mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
903b6a149a
This commit removes the `s_blockquote` customization since this snippets has been redesigned in PR[1]. task-3658347 [1]: https://github.com/odoo/odoo/pull/172723 Part-of: odoo/design-themes#828 Related: odoo/odoo#172723 Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
12 lines
291 B
XML
12 lines
291 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_blockquote" inherit_id="website.s_blockquote">
|
|
<!-- Icon -->
|
|
<xpath expr="//blockquote" position="attributes">
|
|
<attribute name="class" add="o_cc1" remove="o_cc2" separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|