Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f2cf9b9e
Commit
f2cf9b9e
authored
Jun 29, 2018
by
Clement Ho
Committed by
Mike Greiling
Jun 29, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix tooltip flicker
parent
fb770344
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
app/assets/stylesheets/bootstrap_migration.scss
app/assets/stylesheets/bootstrap_migration.scss
+5
-0
changelogs/unreleased/fix-tooltip-flicker.yml
changelogs/unreleased/fix-tooltip-flicker.yml
+5
-0
No files found.
app/assets/stylesheets/bootstrap_migration.scss
View file @
f2cf9b9e
...
...
@@ -128,6 +128,11 @@ table {
border-spacing
:
0
;
}
.tooltip
{
// Fix bootstrap4 bug whereby tooltips flicker when they are hovered over their borders
pointer-events
:
none
;
}
.popover
{
font-size
:
14px
;
}
...
...
changelogs/unreleased/fix-tooltip-flicker.yml
0 → 100644
View file @
f2cf9b9e
---
title
:
Fix tooltip flickering bug
merge_request
:
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment