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 /app | |
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
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/awards.scss | 2 |
1 files changed, 1 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; } } |