Skip to content

Commit 2fc2cc7

Browse files
committed
change(panel): changed hover delay for grafana#6998
1 parent 594207b commit 2fc2cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/app/features/panel/panel_directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ module.directive('grafanaPanel', function($rootScope) {
159159
position: 'right middle',
160160
classes: ctrl.error ? 'drop-error' : 'drop-help',
161161
openOn: 'hover',
162-
hoverOpenDelay: 400,
162+
hoverOpenDelay: 100,
163163
});
164164
}
165165
}

0 commit comments

Comments
 (0)