summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-05-24 14:58:05 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-05-24 14:58:05 -0500
commit9976e3c1465631b44cea7f52870f9c150c6cb816 (patch)
tree15ac62003b0e22773b98e04c2c12686ec73f7b4d
parent7e88d9c7e4afec2b38b6a87b2070098ecf9f0953 (diff)
downloadgitlab-ce-9976e3c1465631b44cea7f52870f9c150c6cb816.tar.gz
Remove tooltip bootstrap migration addition
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index 3d850523480..5e511b80428 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -51,11 +51,6 @@ 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;
}