Skip to content

Commit 624e319

Browse files
ENGCOM-2002: [Forwardport] bugfix checkout page cart icon color #16038
- Merge Pull Request #16038 from chirag-wagento/magento2:2.3-develop-PR-port-16002 - Merged commits: 1. f7aaa7c
2 parents f8b3385 + f7aaa7c commit 624e319

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout/_estimated-total.less

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@
3535
.action {
3636
&.showcart {
3737
&:before {
38-
.lib-css(color, @primary__color);
38+
.lib-css(color, @button__color);
39+
}
40+
41+
&:hover:before {
42+
.lib-css(color, @button__hover__color);
3943
}
4044
}
4145
}

0 commit comments

Comments
 (0)