Merged in fix/sw-3606-move-heart-icon-to-shared (pull request #3155)

fix(SW-3606): Move heart icon to shared

* Move heart icon to shared


Approved-by: Linus Flood
Approved-by: Matilda Landström
This commit is contained in:
Anton Gunnarsson
2025-11-14 08:32:45 +00:00
parent 966429313b
commit 289adfe98b
7 changed files with 6 additions and 6 deletions

View File

@@ -102,7 +102,7 @@
width: 16px; width: 16px;
height: 16px; height: 16px;
background-color: var(--Icon-Accent); background-color: var(--Icon-Accent);
mask-image: url("/_static/icons/heart.svg"); mask-image: url("/_static/shared/icons/heart.svg");
mask-size: contain; mask-size: contain;
mask-repeat: no-repeat; mask-repeat: no-repeat;
} }

View File

@@ -27,7 +27,7 @@
width: 16px; width: 16px;
height: 16px; height: 16px;
background-color: var(--Icon-Accent); background-color: var(--Icon-Accent);
mask-image: url("/_static/icons/heart.svg"); mask-image: url("/_static/shared/icons/heart.svg");
mask-size: contain; mask-size: contain;
mask-repeat: no-repeat; mask-repeat: no-repeat;
} }

View File

@@ -59,7 +59,7 @@
width: 16px; width: 16px;
height: 16px; height: 16px;
background-color: var(--Icon-Accent); background-color: var(--Icon-Accent);
mask-image: url("/_static/icons/heart.svg"); mask-image: url("/_static/shared/icons/heart.svg");
mask-size: contain; mask-size: contain;
mask-repeat: no-repeat; mask-repeat: no-repeat;
} }

View File

@@ -26,7 +26,7 @@
width: 16px; width: 16px;
height: 16px; height: 16px;
background-color: var(--Icon-Accent); background-color: var(--Icon-Accent);
mask-image: url("/_static/icons/heart.svg"); mask-image: url("/_static/shared/icons/heart.svg");
mask-size: contain; mask-size: contain;
mask-repeat: no-repeat; mask-repeat: no-repeat;
} }

View File

@@ -106,7 +106,7 @@
.heart > .li::before, .heart > .li::before,
.li:has(.heart)::before { .li:has(.heart)::before {
mask-image: url('/_static/icons/heart.svg'); mask-image: url('/_static/shared/icons/heart.svg');
} }
.li > * { .li > * {

View File

@@ -17,7 +17,7 @@
width: 16px; width: 16px;
height: 16px; height: 16px;
background-color: var(--Icon-Accent); background-color: var(--Icon-Accent);
mask-image: url('/_static/icons/heart.svg'); mask-image: url('/_static/shared/icons/heart.svg');
mask-size: contain; mask-size: contain;
mask-repeat: no-repeat; mask-repeat: no-repeat;
} }

View File

Before

Width:  |  Height:  |  Size: 931 B

After

Width:  |  Height:  |  Size: 931 B