summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/files.scss
diff options
context:
space:
mode:
authorAnnabel Gray <annabel.m.gray@gmail.com>2018-08-14 16:44:08 +0000
committerClement Ho <clemmakesapps@gmail.com>2018-08-14 16:44:08 +0000
commit65827c426819850e12261f32c004bd9571d2355b (patch)
treea10289a8df68f8232549713f9b55ee14273c102e /app/assets/stylesheets/framework/files.scss
parente610b41e2458601fb1821dcf46a15dc758e032bd (diff)
downloadgitlab-ce-65827c426819850e12261f32c004bd9571d2355b.tar.gz
Remove scss variables, part 2
Diffstat (limited to 'app/assets/stylesheets/framework/files.scss')
-rw-r--r--app/assets/stylesheets/framework/files.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss
index 00eac1688f2..54882633fea 100644
--- a/app/assets/stylesheets/framework/files.scss
+++ b/app/assets/stylesheets/framework/files.scss
@@ -286,19 +286,19 @@ span.idiff {
.new-file {
a {
- color: $gl-text-green;
+ color: $green-600;
}
}
.renamed-file {
a {
- color: $gl-text-orange;
+ color: $orange-600;
}
}
.deleted-file {
a {
- color: $gl-text-red;
+ color: $red-500;
}
}