Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
eMail Icon in Action Menu #1007
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunkat committed Jul 17, 2017
1 parent b7ad2ba commit d6785b8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/assets/css/font-meta.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,3 +224,9 @@
.meta-icon-link:before {
content: '\37';
}
.meta-icon-mail-alt:before {
content: '\38';
}
.meta-icon-mail:before {
content: '\39';
}
Binary file modified src/assets/css/fonts/metasfresh.eot
Binary file not shown.
2 changes: 2 additions & 0 deletions src/assets/css/fonts/metasfresh.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/css/fonts/metasfresh.ttf
Binary file not shown.
Binary file modified src/assets/css/fonts/metasfresh.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/header/SubHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class Subheader extends Component {
tabIndex={0}
onClick={() => {handleEmail(); closeSubheader()}}
>
<i className="meta-icon-message" />
<i className="meta-icon-mail" />
{counterpart.translate('window.email.caption')}
<span className="tooltip-inline">
{keymap.GLOBAL_CONTEXT.OPEN_EMAIL}
Expand Down

0 comments on commit d6785b8

Please sign in to comment.