mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
65baa9bb4a
This commit fixes the previously hardcoded color customisations in theme Avantgarde's snippets, by using proper color variables, which allow the snippet customisations to change dynamically. While theoretically unstable (changing views), this was judged safe enough for 15.0 (it would require someone to xpath a theme.ir.ui.view in this specific theme, targeting an inline style to break; and it does not change the current websites at all (just new dropped snippets)). closes odoo/design-themes#509 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>