summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-11-06 15:27:37 +0000
committerTim Zallmann <tzallmann@gitlab.com>2017-11-06 15:27:37 +0000
commit8a26706141bd43afa1fca093228f0d8267c39566 (patch)
tree9e95613d71a1b35dbba167e220bea4a45f138b16
parent0d18f35fbdb493ba38955657c37dacefed48621a (diff)
parent48d51e80abfb5a8e9e20bf10bad2b18f5e446616 (diff)
downloadgitlab-ce-8a26706141bd43afa1fca093228f0d8267c39566.tar.gz
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
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss5
-rw-r--r--changelogs/unreleased/39668-tooltip-safari.yml5
2 files changed, 10 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%;
}
diff --git a/changelogs/unreleased/39668-tooltip-safari.yml b/changelogs/unreleased/39668-tooltip-safari.yml
new file mode 100644
index 00000000000..5a0f677cf10
--- /dev/null
+++ b/changelogs/unreleased/39668-tooltip-safari.yml
@@ -0,0 +1,5 @@
+---
+title: Remove native title tooltip in pipeline jobs dropdown in Safari
+merge_request:
+author:
+type: fixed