From 023f03af1587ae0a3b76edf7e71212d1504405d3 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Sun, 11 Jun 2017 14:26:29 -0700 Subject: [PATCH] Remove inner heart on supporter link, has zoom issues --- sass/_project-sass/_project-Header.scss | 6 ++++++ views/_header_links.erb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/sass/_project-sass/_project-Header.scss b/sass/_project-sass/_project-Header.scss index 9904555e..c8c18095 100644 --- a/sass/_project-sass/_project-Header.scss +++ b/sass/_project-sass/_project-Header.scss @@ -299,6 +299,8 @@ &:hover{ background:#528995; text-decoration:underline; + /* + Prettier with outline, but has issues with zoom levels... >.fa-heart { color: rgba(255, 255, 255, 1); >.fa-heart { @@ -310,6 +312,10 @@ display: inline; } } + */ + >.fa-heart { + color: $c-Brand-1; + } } &.selected, &:active{background:#528995; text-decoration:underline} } diff --git a/views/_header_links.erb b/views/_header_links.erb index 73daf5f5..cf227aa7 100644 --- a/views/_header_links.erb +++ b/views/_header_links.erb @@ -23,6 +23,6 @@ <% end %> <% else %>
  • - Support Us + Support Us
  • <% end %>