mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_buzzy: s_blockquote adaptations
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>
This commit is contained in:
@@ -75,7 +75,7 @@ CONFLICTUAL_CLASSES_RE = {
|
||||
# Snippets
|
||||
re.compile(r'^s_.*'): [
|
||||
's_alert_md',
|
||||
's_blockquote_classic',
|
||||
's_blockquote_with_icon', 's_blockquote',
|
||||
's_carousel_bordered', 's_carousel_default', 's_carousel_rounded',
|
||||
's_dynamic', 's_dynamic_empty', 's_dynamic_snippet_blog_posts',
|
||||
's_blog_posts_effect_marley', 's_blog_post_big_picture',
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
<template id="s_blockquote" inherit_id="website.s_blockquote">
|
||||
<!-- Icon -->
|
||||
<xpath expr="//i" position="attributes">
|
||||
<attribute name="class" add="bg-o-color-1" remove="bg-o-color-2" separator=" "/>
|
||||
<xpath expr="//blockquote" position="attributes">
|
||||
<attribute name="class" add="o_cc1" remove="o_cc2" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user