From e7fc22693587165cd0a5a65266367df4dfe8ddfd Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 10 Feb 2018 14:35:21 -0800 Subject: [PATCH] show external link icon in profile --- routes/_components/AccountProfile.html | 2 +- routes/_components/ExternalLink.html | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/routes/_components/AccountProfile.html b/routes/_components/AccountProfile.html index 508cb8d9..65c87e7e 100644 --- a/routes/_components/AccountProfile.html +++ b/routes/_components/AccountProfile.html @@ -7,7 +7,7 @@ diff --git a/routes/_components/ExternalLink.html b/routes/_components/ExternalLink.html index 841b97cc..c9e6f76d 100644 --- a/routes/_components/ExternalLink.html +++ b/routes/_components/ExternalLink.html @@ -1,7 +1,7 @@ + class="{{className || ''}} {{showIcon ? 'external-link-with-icon' : ''}} {{normalIconColor ? 'normal-icon-color' : ''}}"> {{#if showIcon}} @@ -20,6 +20,9 @@ height: 14px; fill: var(--deemphasized-text-color); } + .external-link-with-icon.normal-icon-color svg { + fill: var(--body-text-color); + }