From f6edaaca56b12682346077e4644e7a7dc0b8fa5f Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Fri, 15 Feb 2019 09:19:37 -0600 Subject: Fix hover and active state colors of award emoji button --- app/assets/stylesheets/framework/awards.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'app/assets') diff --git a/app/assets/stylesheets/framework/awards.scss b/app/assets/stylesheets/framework/awards.scss index ad650d45314..14ee43d67d5 100644 --- a/app/assets/stylesheets/framework/awards.scss +++ b/app/assets/stylesheets/framework/awards.scss @@ -229,10 +229,10 @@ height: $default-icon-size; width: $default-icon-size; border-radius: 50%; + } - path { - fill: $border-gray-normal; - } + path { + fill: $border-gray-normal; } } @@ -243,6 +243,10 @@ left: 10px; bottom: 6px; opacity: 0; + + path { + fill: $award-emoji-positive-add-lines; + } } .award-control-text { -- cgit v1.2.3