Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 33ae255

Browse files
author
Stanislav Idolov
authored
ENGCOM-2001: [Backport] bugfix checkout page cart icon color #16039
2 parents 87d207c + 3a557b6 commit 33ae255

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)