summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-06-29 20:34:10 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-07-04 11:32:23 +0100
commit4fe66d7699f91306eda5a7577745deeaaa3574f3 (patch)
treef14a6cd51f94e38af51f570a59d3f5e670a9fb8e /app
parentf2746d7ed42c15cb82c9ff8afae5526bd169b1de (diff)
downloadgitlab-ce-4fe66d7699f91306eda5a7577745deeaaa3574f3.tar.gz
Merge branch 'fix-tooltip-flicker' into 'master'
Fix tooltip flicker Closes #48614 See merge request gitlab-org/gitlab-ce!20270
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index 67469c133cd..958891ef522 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -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;
}