fix: invert shopping list icons to black in light mode
White PNG icons were invisible on light backgrounds. Added semantic --shopping-icon-filter variable (invert(1) in light, none in dark) applied to card and picker icons.
This commit is contained in:
@@ -811,6 +811,7 @@
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
object-fit: contain;
|
||||
filter: var(--shopping-icon-filter, none);
|
||||
}
|
||||
.item-card.checked .card-icon {
|
||||
filter: grayscale(0.6);
|
||||
@@ -1016,6 +1017,7 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
filter: var(--shopping-icon-filter, none);
|
||||
}
|
||||
|
||||
.edit-actions {
|
||||
|
||||
Reference in New Issue
Block a user