summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/issuable.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/issuable.scss')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index c9014ac2906..1825c44e090 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -488,7 +488,7 @@
}
&:hover svg {
- fill: $gl-gray;
+ fill: $gl-text-color;
}
}
@@ -535,10 +535,10 @@
.compare-display {
font-size: 13px;
- color: $gl-gray-light;
+ color: $compare-display-color;
.compare-value {
- color: $gl-gray;
+ color: $gl-text-color;
}
}
}