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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 > * {
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 931 B After Width: | Height: | Size: 931 B |
Reference in New Issue
Block a user