From 9a042ebe3a5dd8a47587c72eb3bf4c4b502f1b89 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Mon, 16 Jul 2018 17:38:35 -0500 Subject: Fix MR widget ci status icon tooltip flicker --- app/assets/javascripts/pipelines/components/stage.vue | 1 + app/assets/stylesheets/bootstrap_migration.scss | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/pipelines/components/stage.vue b/app/assets/javascripts/pipelines/components/stage.vue index 56fdb858088..c7df69c69ed 100644 --- a/app/assets/javascripts/pipelines/components/stage.vue +++ b/app/assets/javascripts/pipelines/components/stage.vue @@ -175,6 +175,7 @@ export default { diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index ded33e8b151..806612ba87a 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -128,7 +128,8 @@ table { border-spacing: 0; } -.tooltip { +.tooltip, +.no-pointer-events { // Fix bootstrap4 bug whereby tooltips flicker when they are hovered over their borders pointer-events: none; } -- cgit v1.2.1