Skip to content

Commit 42a2fe7

Browse files
authored
fixed button hover color variable name
1 parent 2e9f1db commit 42a2fe7

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)