mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Cleanup and rearrange some fontastic glyphs
This commit is contained in:
parent
ecf53b1285
commit
7da3ba8c61
7 changed files with 9 additions and 24 deletions
|
|
@ -162,9 +162,9 @@ export class MailMessageView extends AbstractViewRight {
|
|||
case 'none':
|
||||
return '';
|
||||
case 'pass':
|
||||
return 'icon-ok iconcolor-green';
|
||||
return 'icon-ok iconcolor-green'; // ✔️
|
||||
default:
|
||||
return 'icon-warning-alt iconcolor-red';
|
||||
return 'icon-cross iconcolor-red'; // ✖ ❌
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue