Problem/Motivation

The email icon is not appearing. The icon code <i class="fab fa-envelope-o"></i> uses an outdated icon name "fa-envelope-o" from the version 4 set. But it also uses the "fab" (fa-brands) class which is set universally. The actual envelope icon uses either the fa-solid (fas) class or the fa-regular (far) class in both versions 5 and 6.

Steps to reproduce

Add an email link option and add a value for a field instance. The icon does not appear.

Proposed resolution

I'm not sure. Make an exception for the email link and load a different class?

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
#5 3422793-email-issue.patch445 bytesrajas samse
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

TommyK created an issue. See original summary.

adriancid’s picture

Title: email icon has wrong font awesome class » Email icon has wrong font awesome class

Rajas Samse made their first commit to this issue’s fork.

rajas samse’s picture

I am working on this issue. Any guidance?

rajas samse’s picture

Status: Active » Needs review
StatusFileSize
new445 bytes

Resolved issues please review

  • adriancid committed 37a45d84 on 2.x
    Issue #3422793 by Rajas Samse, TommyK, adriancid: Email icon has wrong...
adriancid’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.