Skip to content

Commit f766aa8

Browse files
ENGCOM-1212: [backport] fix for button color in email template #14497
- Merge Pull Request #14497 from Karlasa/magento2:2.1-email-button.-fix - Merged commits: 1. 42a2fe7
2 parents 2e9f1db + 42a2fe7 commit f766aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/design/frontend/Magento/blank/web/css/source/_email-base.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ body {
238238
a:visited {
239239
// Undo general link hover state
240240
border: 1px solid @button-primary__hover__background;
241-
color: @button-primary__color !important;
241+
color: @button-primary__hover__color !important;
242242
text-decoration: none !important;
243243
}
244244
}

0 commit comments

Comments
 (0)