Skip to content

Commit 7460a69

Browse files
author
Stanislav Idolov
authored
ENGCOM-1212: [backport] fix for button color in email template #14497
2 parents 2e9f1db + f766aa8 commit 7460a69

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)