Merge branch 'revert-320ef318' into 'master'
Revert "Merge branch 'tooltip-hide-on-scroll' into 'master'" See merge request !9693
This commit is contained in:
commit
312137c6a5
2 changed files with 0 additions and 8 deletions
|
@ -231,10 +231,6 @@ require('es6-promise').polyfill();
|
|||
var bootstrapBreakpoint = bp.getBreakpointSize();
|
||||
var fitSidebarForSize;
|
||||
|
||||
$(document).on('scroll', function() {
|
||||
$('.has-tooltip').tooltip('hide');
|
||||
});
|
||||
|
||||
// Set the default path for all cookies to GitLab's root directory
|
||||
Cookies.defaults.path = gon.relative_url_root || '/';
|
||||
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fixed tooltip remaining after scrolling the page
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue