summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorLuke Howell <luke.howell@gmail.com>2016-01-27 08:30:40 -0600
committerLuke Howell <luke.howell@gmail.com>2016-04-24 14:14:29 -0500
commit2dd4f796b19e33af8eafd06fdab84c027cff70aa (patch)
tree03fe708930ddc048cc30786eadba8747791a7304 /app
parent7acea6bde9dbffafc99401eb0d7bb748c1f06d3f (diff)
downloadgitlab-ce-2dd4f796b19e33af8eafd06fdab84c027cff70aa.tar.gz
Updating cal-heatmap-rails gem to 3.6.0 and hiding future dates.
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/calendar.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/calendar.scss b/app/assets/stylesheets/framework/calendar.scss
index 0b3af592d4a..11f39d583bd 100644
--- a/app/assets/stylesheets/framework/calendar.scss
+++ b/app/assets/stylesheets/framework/calendar.scss
@@ -54,6 +54,10 @@
fill: #254e77 !important;
}
+ .future {
+ visibility: hidden;
+ }
+
.domain-background {
fill: none;
shape-rendering: crispedges;