Skip to content

Commit 6232ec4

Browse files
committed
[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]: odoo/odoo#102696 task-3011192 closes #624 X-original-commit: 3091c1d Related: odoo/odoo#108560 Signed-off-by: Vray Benjamin (bvr) <[email protected]>
1 parent f3bd5ab commit 6232ec4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

theme_clean/views/snippets/s_carousel.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
<template id="s_carousel" inherit_id="website.s_carousel">
55
<!-- Container -->
6+
<!-- TODO in master: remove the `content` classes in the div with the
7+
class `row`, to avoid having unwanted dropzones when dragging inner
8+
content. -->
69
<xpath expr="//div[hasclass('carousel-inner')]" position="replace">
710
<div class="carousel-inner">
811
<!-- Slide 1 -->

0 commit comments

Comments
 (0)