diff options
author | winh <winnie@gitlab.com> | 2017-08-09 14:42:58 +0200 |
---|---|---|
committer | winh <winnie@gitlab.com> | 2017-08-09 14:42:58 +0200 |
commit | eb4c3f41c03ddeb4634b61ced3ce09291aa428ea (patch) | |
tree | 7b2d78d43947767d9f0abe23fd70c341573c2f3e | |
parent | 5388f5ee13c61eb9d686c9c21c027e603bc222b6 (diff) | |
download | gitlab-ce-eb4c3f41c03ddeb4634b61ced3ce09291aa428ea.tar.gz |
Make Pikaday dropdowns style consistent
-rw-r--r-- | app/assets/stylesheets/framework/calendar.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/calendar.scss b/app/assets/stylesheets/framework/calendar.scss index 0ded4a3b423..c2ae6c0de74 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: $gray-darker; + color: $gl-text-color; box-shadow: none; } } |