summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-01-09 09:08:59 +0000
committerPhil Hughes <me@iamphill.com>2018-01-09 09:08:59 +0000
commit6e932fa065d66319bf8b5a916af9777b2a1e7e99 (patch)
tree3736e8ef0eafdfca73e1869d258739bf70b61d1f /app/assets/stylesheets/pages
parenta04ef4db58cb1719ae9c47826f8deb05a3251b52 (diff)
parent5abc1682153b0e45cc60a4762baf584228dd1f05 (diff)
downloadgitlab-ce-6e932fa065d66319bf8b5a916af9777b2a1e7e99.tar.gz
Merge branch '41404-pipelines-charts' into 'master'
Resolve "Pipeline graph uses inconsistent colors for its legend and its content" Closes #41404 See merge request gitlab-org/gitlab-ce!16260
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 05c1033c5f7..dffde736e24 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -993,3 +993,11 @@ button.mini-pipeline-graph-dropdown-toggle {
font-weight: $gl-font-weight-normal;
line-height: 1.5;
}
+
+.legend-all {
+ color: $gl-text-color-secondary;
+}
+
+.legend-success {
+ color: $green-500;
+}