From 76f56de544f1a4141c1c1f13d9f6d982fcdce6d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Avil=C3=A9s?= Date: Tue, 28 Jul 2015 14:52:43 +0200 Subject: [PATCH] Fix datepicker arrows style on hover --- indico/htdocs/sass/custom/_jquery-ui-datepicker.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/indico/htdocs/sass/custom/_jquery-ui-datepicker.scss b/indico/htdocs/sass/custom/_jquery-ui-datepicker.scss index 6512b2b9e..fc768866d 100644 --- a/indico/htdocs/sass/custom/_jquery-ui-datepicker.scss +++ b/indico/htdocs/sass/custom/_jquery-ui-datepicker.scss @@ -57,9 +57,9 @@ } } - &:hover:not(.ui-state-disabled) { - .ui-datepicker-prev, - .ui-datepicker-next { + &:not(.ui-state-disabled) { + .ui-datepicker-prev:hover, + .ui-datepicker-next:hover { color: white; background: $blue; } -- 2.11.4.GIT