mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] test_themes, *: carousels adaptations
*: theme_anelusia, theme_artists, theme_avantgarde, theme_cobalt, theme_cobalt, theme_enark, theme_loftspace, theme_notes, theme_odoo_experts, theme_bewise, theme_bistro, theme_buzzy, theme_clean, theme_graphene, theme_nano, theme_treehouse, theme_yes, theme_aviato, theme_beauty, theme_bookstore, theme_kea, theme_kiddo, theme_monglia, theme_orchid, theme_paptic, theme_real_estate, theme_vehicle, theme_zap This commit adapts the customizations related to `s_carousel`, s_image_gallery` and `s_quotes_carousel` since these snippets has been redesigned in PR[1]. task-3654328 Part of task-3619705 [1]: https://github.com/odoo/odoo/pull/172727 closes odoo/design-themes#836 Related: odoo/odoo#172727 Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
This commit is contained in:
@@ -29,7 +29,7 @@ CONFLICTUAL_CLASSES = [
|
||||
['o_spc-medium', 'o_spc-none', 'o_spc-small'],
|
||||
['oi-arrows-h', 'oi-arrows-v', 'oi-chevron-left', 'oi-chevron-right', 'oi-search'],
|
||||
['position-absolute', 'position-relative'],
|
||||
['s_carousel_bordered', 's_carousel_default', 's_carousel_rounded'],
|
||||
['s_carousel_default', 's_carousel_rounded'],
|
||||
['s_image_gallery_indicators_arrows_boxed', 's_image_gallery_indicators_arrows_rounded'],
|
||||
['text-center', 'text-end', 'text-start'],
|
||||
]
|
||||
@@ -76,13 +76,15 @@ CONFLICTUAL_CLASSES_RE = {
|
||||
re.compile(r'^s_.*'): [
|
||||
's_alert_md',
|
||||
's_blockquote_with_icon', 's_blockquote',
|
||||
's_carousel_bordered', 's_carousel_default', 's_carousel_rounded',
|
||||
's_carousel_default', 's_carousel_rounded', 's_carousel_boxed',
|
||||
's_carousel_indicators_dots', 's_carousel_indicators_hidden', 's_carousel_controllers_indicators_outside',
|
||||
's_quotes_carousel',
|
||||
's_dynamic', 's_dynamic_empty', 's_dynamic_snippet_blog_posts',
|
||||
's_blog_posts_effect_marley', 's_blog_post_big_picture',
|
||||
's_col_no_bgcolor', 's_col_no_resize',
|
||||
's_event_upcoming_snippet',
|
||||
's_image_gallery_cover', 's_image_gallery_indicators_arrows_boxed', 's_image_gallery_indicators_arrows_rounded',
|
||||
's_image_gallery_indicators_dots', 's_image_gallery_indicators_rounded', 's_image_gallery_show_indicators',
|
||||
's_image_gallery', 's_image_gallery_indicators_arrows_boxed', 's_image_gallery_indicators_arrows_rounded',
|
||||
's_image_gallery_indicators_dots', 's_image_gallery_indicators_squared', 's_image_gallery_indicators_rounded', 's_image_gallery_indicators_hidden', 's_image_gallery_indicators_bars', 's_image_gallery_indicators_outside','s_image_gallery_controllers_outside_arrows_right', 's_image_gallery_controllers_outside',
|
||||
's_newsletter_list', 's_newsletter_subscribe_form',
|
||||
's_parallax_is_fixed', 's_parallax_no_overflow_hidden',
|
||||
's_process_steps_connector_line',
|
||||
|
||||
Reference in New Issue
Block a user