Skip to content

Commit

Permalink
Merge pull request #542 from geonetwork/underline-email-in-contact-block
Browse files Browse the repository at this point in the history
feat(metadata): Add underline on hover over email
  • Loading branch information
Angi-Kinas authored Jul 25, 2023
2 parents 116e47c + 72b5f2c commit eef2e3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>
<a
[href]="'mailto:' + shownContact.email"
class="text-gray-700 text-sm"
class="text-gray-700 text-sm hover:underline"
target="_blank"
>{{ shownContact.email }}</a
>
Expand Down

0 comments on commit eef2e3d

Please sign in to comment.