Fix today day highlight in calendar

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2017-07-24 15:45:56 +03:00
parent 5a9554bb33
commit ff3d3ccb3f
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
2 changed files with 5 additions and 1 deletions

View File

@ -93,7 +93,7 @@
.is-selected .pika-day,
.pika-day:hover,
.is-today .pika-day:hover {
.is-today .pika-day {
background: $gl-primary;
color: $white-light;
box-shadow: none;

View File

@ -0,0 +1,4 @@
---
title: Fix today day highlight in calendar
merge_request: 13048
author: