summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-05-24 15:49:45 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-05-24 15:49:45 -0500
commit660b3450e1d0da720e28087f62bc05d235205ede (patch)
tree244d166d38e61af0b88ac998089d00a027212fbe
parent50762d102b99157673d1fbe090cfb7b8a93ed38a (diff)
downloadgitlab-ce-660b3450e1d0da720e28087f62bc05d235205ede.tar.gz
Fix pipelines spec
-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 5e511b80428..3d850523480 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -51,6 +51,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;
}