diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-08-24 11:29:44 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-09-11 08:06:42 -0500 |
commit | 0459c78fe53d1dd71f147f6a29397bfa096d5d38 (patch) | |
tree | 2d085c2ea0fdc60b974f0b7c6c2ccc4f3907ca22 /app/assets/stylesheets/pages/environments.scss | |
parent | 9b0127e0cf28131aa70d2dfc74ced0602e45671f (diff) | |
download | gitlab-ce-0459c78fe53d1dd71f147f6a29397bfa096d5d38.tar.gz |
Remove jquery.scss; Combine multiple duplicate grays into global gray variables; Remove unused styles in common.scss
Diffstat (limited to 'app/assets/stylesheets/pages/environments.scss')
-rw-r--r-- | app/assets/stylesheets/pages/environments.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/environments.scss b/app/assets/stylesheets/pages/environments.scss index 196f6ae6d8c..79984c1a546 100644 --- a/app/assets/stylesheets/pages/environments.scss +++ b/app/assets/stylesheets/pages/environments.scss @@ -153,7 +153,7 @@ .x-axis path, .y-axis path { - stroke: $stat-graph-axis-fill; + stroke: $gl-gray-350; } .label-x-axis-line, @@ -163,7 +163,7 @@ .y-axis { line { - stroke: $stat-graph-axis-fill; + stroke: $gl-gray-350; stroke-width: 1; } } |