mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
chore: Change heart icon to icon-heart and change var icon-stroke to accomodate changes in frappe icon
- `icon-heart` got a stroke colour that needs to be overriden via var `icon-stroke - Use `icon-heart` instead of `icon-heart-active` as the latter has a color fill now
This commit is contained in:
@@ -338,14 +338,14 @@ body.product-page {
|
||||
|
||||
.btn-add-to-wishlist {
|
||||
svg use {
|
||||
stroke: #F47A7A;
|
||||
--icon-stroke: #F47A7A;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-view-in-wishlist {
|
||||
svg use {
|
||||
fill: #F47A7A;
|
||||
stroke: none;
|
||||
--icon-stroke: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1022,7 +1022,7 @@ body.product-page {
|
||||
|
||||
.not-wished {
|
||||
cursor: pointer;
|
||||
stroke: #F47A7A !important;
|
||||
--icon-stroke: #F47A7A !important;
|
||||
|
||||
&:hover {
|
||||
fill: #F47A7A;
|
||||
@@ -1030,7 +1030,7 @@ body.product-page {
|
||||
}
|
||||
|
||||
.wished {
|
||||
stroke: none;
|
||||
--icon-stroke: none;
|
||||
fill: #F47A7A !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user