Skip to content

Commit b285342

Browse files
committed
Fix problem button used class action-primary changed color
1 parent e3975c6 commit b285342

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/design/frontend/Magento/blank/web/css/source/_buttons.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
.lib-link-as-button();
2626
}
2727

28-
.action.primary {
28+
.action.primary,
29+
.action-primary {
2930
.lib-button-primary();
3031
}
3132
}

app/design/frontend/Magento/luma/web/css/source/_buttons.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
.lib-link-as-button();
4040
}
4141

42-
.action.primary {
42+
.action.primary,
43+
.action-primary {
4344
.lib-button-primary();
4445
}
4546
}

0 commit comments

Comments
 (0)