From 660b3450e1d0da720e28087f62bc05d235205ede Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Thu, 24 May 2018 15:49:45 -0500 Subject: Fix pipelines spec --- app/assets/stylesheets/bootstrap_migration.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/assets/stylesheets/bootstrap_migration.scss') 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; } -- cgit v1.2.3