Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-07-17 01:38:35 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-07-17 01:38:35 +0300
commit9a042ebe3a5dd8a47587c72eb3bf4c4b502f1b89 (patch)
tree006b7b37914c724d4239164fbba77d8868321c92 /app/assets/stylesheets/bootstrap_migration.scss
parent7f0431dd8550ac9d229d1383c03386c1634d015f (diff)
Fix MR widget ci status icon tooltip flicker
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss3
1 files changed, 2 insertions, 1 deletions
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;
}