summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-11-14 10:49:04 +0000
committerPhil Hughes <me@iamphill.com>2017-11-17 14:51:28 +0000
commit8e7f84b510365d678677e72438aa674e5f9c773b (patch)
tree08ba54468db68cbd76abdb04b283a719bfae3d23 /app/assets/stylesheets
parent04fcc7dab5b2c08dc33e9cb62bfe9c712db6ebff (diff)
downloadgitlab-ce-8e7f84b510365d678677e72438aa674e5f9c773b.tar.gz
updated to use new sprite icons
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/common.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 5f5b5657a2f..bbbb73201be 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -2,7 +2,9 @@
.cgray { color: $common-gray; }
.clgray { color: $common-gray-light; }
.cred { color: $common-red; }
+svg.cred { fill: $common-red; }
.cgreen { color: $common-green; }
+svg.cgreen { fill: $common-green; }
.cdark { color: $common-gray-dark; }
.text-secondary {
color: $gl-text-color-secondary;