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
This commit is contained in:
Tim Zallmann 2017-11-06 15:27:37 +00:00
commit 8a26706141
2 changed files with 10 additions and 0 deletions

View File

@ -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%;
}

View File

@ -0,0 +1,5 @@
---
title: Remove native title tooltip in pipeline jobs dropdown in Safari
merge_request:
author:
type: fixed