mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[FIX] theme_anelusia: fix contrast issue in the comparison snippet
task-3097005 Part-of: odoo/design-themes#687
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
<!-- Card #3 -->
|
<!-- Card #3 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
<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>
|
||||||
<xpath expr="(//a[hasclass('btn')])[3]" position="attributes">
|
<xpath expr="(//a[hasclass('btn')])[3]" position="attributes">
|
||||||
<attribute name="class" add="btn-secondary" remove="btn-primary" separator=" "/>
|
<attribute name="class" add="btn-secondary" remove="btn-primary" separator=" "/>
|
||||||
|
|||||||
Reference in New Issue
Block a user