[FIX] theme_anelusia: fix contrast issue in the comparison snippet

task-3097005

Part-of: odoo/design-themes#687
This commit is contained in:
Brieuc-brd
2023-08-14 16:41:41 +02:00
committed by qsm-odoo
parent c5a161385d
commit e3248ddfda
@@ -27,7 +27,7 @@
</xpath>
<!-- Card #3 -->
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
<attribute name="class" add="bg-black-15" remove="bg-secondary" separator=" "/>
<attribute name="class" add="bg-black-15" remove="bg-o-color-2" separator=" "/>
</xpath>
<xpath expr="(//a[hasclass('btn')])[3]" position="attributes">
<attribute name="class" add="btn-secondary" remove="btn-primary" separator=" "/>