Skip to content

Commit f6686e8

Browse files
author
Natalia Momotenko
committed
Merge remote-tracking branch 'origin/MAGETWO-32669' into UI
2 parents 514002d + cb2a94e commit f6686e8

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

app/code/Magento/Persistent/Block/Header/Additional.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ protected function _toHtml()
7676
$this->customerRepository->getById($this->_persistentSessionHelper->getSession()->getCustomerId())
7777
)
7878
);
79-
return '<span><a ' . $this->getLinkAttributes() . ' >' . __('(Not %1?)', $persistentName)
79+
return '<span><a ' . $this->getLinkAttributes() . ' >' . __('Not you?')
8080
. '</a></span>';
8181
}
8282

app/design/frontend/Magento/blank/Magento_Theme/web/css/source/module.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,11 @@ body {
261261
a {
262262
line-height: 1.4;
263263
}
264+
&.welcome {
265+
a {
266+
.css(padding-left, @indent-xs-base);
267+
}
268+
}
264269
}
265270
margin-left: auto;
266271
}

app/design/frontend/Magento/luma/Magento_Theme/web/css/source/module.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,12 @@
503503
display: inline-block;
504504
line-height: 1.4;
505505
}
506+
&.welcome {
507+
a {
508+
.css(color, @color-white);
509+
.css(padding-left, @indent-xs-base);
510+
}
511+
}
506512
}
507513
> .authorization-link:after {
508514
content: 'or';

0 commit comments

Comments
 (0)