Skip to content

Commit 1304512

Browse files
stefanoriganoBrieuc-brd
authored andcommitted
[IMP] test_themes, theme_common: adapt s_progress_bar
task-4070098 part of task-3619705 closes #841 Related: odoo/odoo#174286 Signed-off-by: Benoit Socias (bso) <[email protected]>
1 parent 52bfa2e commit 1304512

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test_themes/tests/test_new_page_templates.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
's_parallax_is_fixed', 's_parallax_no_overflow_hidden',
8888
's_process_steps_connector_line',
8989
's_product_catalog_dish_name', 's_product_catalog_dish_dot_leaders',
90+
's_progress_bar_label_inline',
9091
's_table_of_content_vertical_navbar', 's_table_of_content_navbar_sticky', 's_table_of_content_navbar_wrap',
9192
's_timeline_card',
9293
's_website_form_custom', 's_website_form_dnone', 's_website_form_field', 's_website_form_input', 's_website_form_mark', 's_website_form_submit', 's_website_form_no_submit_label',

theme_common/static/src/old_snippets/s_progress/000.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#wrapwrap .s_progress {
1+
#wrapwrap .s_progress:not(data-vcss) {
22
> div > .row > div {
33
border-left-width: 1px;
44
border-left-style: solid;

0 commit comments

Comments
 (0)