From 2fc2cc721e97e817a4ba5a758bd26e2bb2b6f56c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 16 Dec 2016 21:16:35 +0100 Subject: [PATCH] change(panel): changed hover delay for #6998 --- public/app/features/panel/panel_directive.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/panel/panel_directive.ts b/public/app/features/panel/panel_directive.ts index b405dc67178..9960daabfbe 100644 --- a/public/app/features/panel/panel_directive.ts +++ b/public/app/features/panel/panel_directive.ts @@ -159,7 +159,7 @@ module.directive('grafanaPanel', function($rootScope) { position: 'right middle', classes: ctrl.error ? 'drop-error' : 'drop-help', openOn: 'hover', - hoverOpenDelay: 400, + hoverOpenDelay: 100, }); } }