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:
authorwinh <winnie@gitlab.com>2017-08-09 15:42:58 +0300
committerwinh <winnie@gitlab.com>2017-08-30 13:04:07 +0300
commit82a4703e9216caee9c9533539ae9cf5b7ea73892 (patch)
tree9269347ac1e8599a0576e251d7470f21cc114a41
parent499b640679c0dca5b5d93da945da0ca26db8e58e (diff)
Make Pikaday dropdowns style consistentwinh-pikaday-dropdowns
-rw-r--r--app/assets/stylesheets/framework/calendar.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/calendar.scss b/app/assets/stylesheets/framework/calendar.scss
index 4ce767e4cc4..259e8945e79 100644
--- a/app/assets/stylesheets/framework/calendar.scss
+++ b/app/assets/stylesheets/framework/calendar.scss
@@ -95,8 +95,8 @@
.is-selected .pika-day,
.pika-day:hover,
.is-today .pika-day {
- background: $gl-primary;
- color: $white-light;
+ background: $dropdown-item-hover-bg;
+ color: $gl-text-color;
box-shadow: none;
}
}