From ac4ed0ff1943a313a4098c54fadedb84b3cc30f2 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Mon, 5 Jan 2015 16:00:13 +0100 Subject: [PATCH] Remove focus from folder search toggle icon (#4062) --- plugins/calendar/skins/larry/templates/calendar.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/calendar/skins/larry/templates/calendar.html b/plugins/calendar/skins/larry/templates/calendar.html index 72e86c79..40a98733 100644 --- a/plugins/calendar/skins/larry/templates/calendar.html +++ b/plugins/calendar/skins/larry/templates/calendar.html @@ -377,6 +377,9 @@ $(document).ready(function(e){ box = $('#calendars .listsearchbox'), dir = box.is(':visible') ? -1 : 1; + if (!rcube_event.is_keyboard(e)) + $(this).blur(); + box.slideToggle({ duration: 160, progress: function(animation, progress) {