From b46b3567227539457fae607c41ac343f9bad64e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Souk=C3=A9ina=20Bojabza?= Date: Fri, 13 Sep 2024 21:18:47 +0200 Subject: [PATCH] [FIX] theme_notes, theme_odoo_experts: fix "Image Gallery" arrows class Commit [1] adapted the "Image Gallery" new design for the different themes. In the `notes` and `odoo_experts` themes, the `s_image_gallery_ indicators_arrows_boxed` class was added, in order to have squared arrows. However, this class does not exist, as the correct one is `s_image_gallery_arrows_boxed`. This made the arrows stay as the default ones in these themes. Moreover, the default arrow class `s_image_gallery_arrows_default` was not removed in the xpath, making the two classes coexist. This commit fixes these class issues. [1]: https://github.com/odoo/design-themes/commit/f66833de41f757c65ecf660f7bbc033b6dc64d6a Related to task-3654328 closes odoo/design-themes#909 Related: odoo/odoo#180238 Signed-off-by: Colin Louis (loco) --- theme_notes/views/snippets/s_image_gallery.xml | 2 +- theme_odoo_experts/views/snippets/s_image_gallery.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/theme_notes/views/snippets/s_image_gallery.xml b/theme_notes/views/snippets/s_image_gallery.xml index 6faf74d9a..f54526720 100644 --- a/theme_notes/views/snippets/s_image_gallery.xml +++ b/theme_notes/views/snippets/s_image_gallery.xml @@ -4,7 +4,7 @@ diff --git a/theme_odoo_experts/views/snippets/s_image_gallery.xml b/theme_odoo_experts/views/snippets/s_image_gallery.xml index 55714d049..8d8b2d01d 100644 --- a/theme_odoo_experts/views/snippets/s_image_gallery.xml +++ b/theme_odoo_experts/views/snippets/s_image_gallery.xml @@ -4,7 +4,7 @@