From f6edaaca56b12682346077e4644e7a7dc0b8fa5f Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Fri, 15 Feb 2019 09:19:37 -0600 Subject: [PATCH] Fix hover and active state colors of award emoji button --- app/assets/stylesheets/framework/awards.scss | 10 +++++++--- .../unreleased/54725-fix-emoji-button-active-state.yml | 5 +++++ 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 changelogs/unreleased/54725-fix-emoji-button-active-state.yml 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 { diff --git a/changelogs/unreleased/54725-fix-emoji-button-active-state.yml b/changelogs/unreleased/54725-fix-emoji-button-active-state.yml new file mode 100644 index 00000000000..4f0a436cc87 --- /dev/null +++ b/changelogs/unreleased/54725-fix-emoji-button-active-state.yml @@ -0,0 +1,5 @@ +--- +title: Fix hover and active state colors of award emoji button +merge_request: 25295 +author: +type: fixed