mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_*: review s_banner templates
This commit aims to review all the occurrences of the `s_banner` snippet across the themes in order to fix broken selectors, the `s_hr` in our case, as it does not exist anymore in the snippet. task-3665300 closes odoo/design-themes#827 Related: odoo/odoo#172725 Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
This commit is contained in:
@@ -20,8 +20,6 @@
|
||||
<xpath expr="//div[hasclass('o_grid_item_image')]" position="replace"/>
|
||||
<xpath expr="//div[hasclass('o_grid_item_image')]" position="replace"/>
|
||||
<xpath expr="//div[hasclass('o_grid_item_image')]" position="replace"/>
|
||||
<!-- Remove hr -->
|
||||
<xpath expr="//div[hasclass('s_hr')]" position="replace"/>
|
||||
<!-- Image -->
|
||||
<xpath expr="//div[hasclass('col-lg-6')]" position="after">
|
||||
<div class="pt16 pb16 o_colored_level col-lg-5 offset-lg-1">
|
||||
|
||||
Reference in New Issue
Block a user