mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
c1d077604e
The testing suite tests, among other things, that a s_xxx_yyy class can only be used on a sub-element (or the same element) of a s_xxx one (or being on the root element, as being the name of the snippet). This commit now also allows s_something_xxx (so prefixing instead of suffixing) when on the same element. E.g. "s_newsletter_benefits_popup" alongside the "s_popup" class for the new "s_newsletter_benefits_popup" snippet. Related to task-4306887 Part of task-4077427 closes odoo/design-themes#1130 Related: odoo/odoo#186820 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>