diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2019-05-23 08:11:57 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2019-05-23 08:11:57 +0000 |
commit | f964eb4ba1383f02ca32e4ea702a9e80024cace8 (patch) | |
tree | e704bac88d6892f5a0ef7a4ae11779f24ed51ed3 | |
parent | 9c230e69fe75ec29229e9298af3a262796bea6cb (diff) | |
parent | 0d9c2b7a38ceac99bb9004c30c3d638d39c44e7a (diff) | |
download | gitlab-ce-f964eb4ba1383f02ca32e4ea702a9e80024cace8.tar.gz |
Merge branch '61393-emoji-button' into 'master'
Change default color of award emoji button
Closes #61393
See merge request gitlab-org/gitlab-ce!28556
-rw-r--r-- | app/assets/stylesheets/framework/awards.scss | 2 | ||||
-rw-r--r-- | changelogs/unreleased/61393-emoji-button.yml | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/awards.scss b/app/assets/stylesheets/framework/awards.scss index 648e1944388..7d5bd7a81ad 100644 --- a/app/assets/stylesheets/framework/awards.scss +++ b/app/assets/stylesheets/framework/awards.scss @@ -236,7 +236,7 @@ } path { - fill: $border-gray-normal; + fill: $gray-700; } } diff --git a/changelogs/unreleased/61393-emoji-button.yml b/changelogs/unreleased/61393-emoji-button.yml new file mode 100644 index 00000000000..2bcfde308db --- /dev/null +++ b/changelogs/unreleased/61393-emoji-button.yml @@ -0,0 +1,5 @@ +--- +title: Change default color of award emoji button +merge_request: +author: +type: other |