mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[FIX] theme_clean: remove the content class from the Carousel rows
In [1], in master, the `content` class is removed from the elements
with the `row` class in the Carousel snippet. This commit does the same
for the extension of Carousel in the "Clean" theme, to be consistent
with these changes.
[1]: https://github.com/odoo/odoo/pull/102696
task-3011192
closes odoo/design-themes#624
X-original-commit: 3091c1dee2
Related: odoo/odoo#108560
Signed-off-by: Vray Benjamin (bvr) <bvr@odoo.com>
This commit is contained in:
@@ -3,6 +3,9 @@
|
|||||||
|
|
||||||
<template id="s_carousel" inherit_id="website.s_carousel">
|
<template id="s_carousel" inherit_id="website.s_carousel">
|
||||||
<!-- Container -->
|
<!-- Container -->
|
||||||
|
<!-- TODO in master: remove the `content` classes in the div with the
|
||||||
|
class `row`, to avoid having unwanted dropzones when dragging inner
|
||||||
|
content. -->
|
||||||
<xpath expr="//div[hasclass('carousel-inner')]" position="replace">
|
<xpath expr="//div[hasclass('carousel-inner')]" position="replace">
|
||||||
<div class="carousel-inner">
|
<div class="carousel-inner">
|
||||||
<!-- Slide 1 -->
|
<!-- Slide 1 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user