Skip to content

Commit c87e8af

Browse files
Karlasachirag-wagento
authored andcommitted
checkout page cart icon color fix
1 parent 4d1b832 commit c87e8af

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)