[IMP] theme_*: review s_cover templates
This commit aims to review all the occurrences of the `s_cover` snippet across the themes in order to fix broken selectors. task-3665300 Part-of: odoo/design-themes#827 Related: odoo/odoo#172725 Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<!-- ==== Cover ===== -->
|
||||
<template id="s_cover" inherit_id="website.s_cover" name="Paptic s_cover">
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="pb0 pt192 o_cc o_cc5" remove="pt96 pb96 bg-black-50 s_parallax_is_fixed s_parallax" separator=" "/>
|
||||
<attribute name="class" add="pb0 pt192 o_cc5" remove="pt232 pb232 bg-black-50 s_parallax_is_fixed s_parallax o_cc4" separator=" "/>
|
||||
<attribute name="data-scroll-background-ratio">0</attribute>
|
||||
</xpath>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user