summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2016-09-23 14:55:10 +0100
committerLuke Bennett <lukeeeebennettplus@gmail.com>2016-09-23 14:55:10 +0100
commitae341be8851518762d3a28639695576e21efb166 (patch)
tree072965f4618046f7d9257b77bd95eb5f18c20f6d
parentbc16d7679b841e30258483013414d79990a1880a (diff)
downloadgitlab-ce-22459-tooltips-for-mini-pipeline-graph-in-pipeline-list-use-the-svg-instead-of-container.tar.gz
Changed links that wrap the icon svg to `display: block` so there isn't any issues knowing when `mouseover` occurs22459-tooltips-for-mini-pipeline-graph-in-pipeline-list-use-the-svg-instead-of-container
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 1b4d12d3053..b035bfc9f3c 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -177,6 +177,10 @@
border-bottom: 2px solid $border-color;
}
}
+
+ a {
+ display: block;
+ }
}
}