From 82a4703e9216caee9c9533539ae9cf5b7ea73892 Mon Sep 17 00:00:00 2001 From: winh Date: Wed, 9 Aug 2017 14:42:58 +0200 Subject: Make Pikaday dropdowns style consistent --- app/assets/stylesheets/framework/calendar.scss | 4 ++-- 1 file 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; } } -- cgit v1.2.3