Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Howell <luke.howell@gmail.com>2016-01-27 17:30:40 +0300
committerLuke Howell <luke.howell@gmail.com>2016-04-24 22:14:29 +0300
commit2dd4f796b19e33af8eafd06fdab84c027cff70aa (patch)
tree03fe708930ddc048cc30786eadba8747791a7304 /app/assets/stylesheets/framework/calendar.scss
parent7acea6bde9dbffafc99401eb0d7bb748c1f06d3f (diff)
Updating cal-heatmap-rails gem to 3.6.0 and hiding future dates.
Diffstat (limited to 'app/assets/stylesheets/framework/calendar.scss')
-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;