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:
authorTim Zallmann <tzallmann@gitlab.com>2017-11-06 18:27:37 +0300
committerTim Zallmann <tzallmann@gitlab.com>2017-11-06 18:27:37 +0300
commit8a26706141bd43afa1fca093228f0d8267c39566 (patch)
tree9e95613d71a1b35dbba167e220bea4a45f138b16 /app/assets/stylesheets/pages
parent0d18f35fbdb493ba38955657c37dacefed48621a (diff)
parent48d51e80abfb5a8e9e20bf10bad2b18f5e446616 (diff)
Merge branch '39668-tooltip-safari' into 'master'
Remove native title tooltip in pipeline jobs dropdown in Safari Closes #39668 See merge request gitlab-org/gitlab-ce!15213
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 2a8cbc61af7..2d90404ab05 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -823,6 +823,11 @@ button.mini-pipeline-graph-dropdown-toggle {
margin-left: 2px;
display: inline-block;
+ &::after {
+ content: '';
+ display: block;
+ }
+
@media (max-width: $screen-xs-max) {
max-width: 60%;
}