summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-12-08 12:25:02 -0600
committerJose Ivan Vargas <jvargas@gitlab.com>2017-12-18 16:15:18 -0600
commit38c5baeee1b42bfe29fa66af7c9bbe9cca1c99f7 (patch)
treef0b9dcd4c82ba64bb8954e7ca7f601830632154c /app/assets/stylesheets/pages
parent95ddfc9341ce39ec4c301726fbc298a87f552657 (diff)
downloadgitlab-ce-38c5baeee1b42bfe29fa66af7c9bbe9cca1c99f7.tar.gz
Removed fills from stat_contributors_graph
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/stat_graph.scss3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/stat_graph.scss b/app/assets/stylesheets/pages/stat_graph.scss
index cede147d559..8e2c42c1bd3 100644
--- a/app/assets/stylesheets/pages/stat_graph.scss
+++ b/app/assets/stylesheets/pages/stat_graph.scss
@@ -10,7 +10,6 @@
}
.axis {
- fill: $stat-graph-axis-fill;
font-size: 10px;
}
@@ -54,9 +53,7 @@
}
.selection rect {
- fill: $stat-graph-selection-fill;
fill-opacity: 0.1;
- stroke: $stat-graph-selection-stroke;
stroke-width: 1px;
stroke-opacity: 0.4;
shape-rendering: crispedges;