Commit 2fc2cc72 by Torkel Ödegaard

change(panel): changed hover delay for #6998

parent 594207b6
...@@ -159,7 +159,7 @@ module.directive('grafanaPanel', function($rootScope) { ...@@ -159,7 +159,7 @@ module.directive('grafanaPanel', function($rootScope) {
position: 'right middle', position: 'right middle',
classes: ctrl.error ? 'drop-error' : 'drop-help', classes: ctrl.error ? 'drop-error' : 'drop-help',
openOn: 'hover', openOn: 'hover',
hoverOpenDelay: 400, hoverOpenDelay: 100,
}); });
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment