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:
commit
8a26706141
2 changed files with 10 additions and 0 deletions
|
@ -823,6 +823,11 @@ button.mini-pipeline-graph-dropdown-toggle {
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
content: '';
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: $screen-xs-max) {
|
@media (max-width: $screen-xs-max) {
|
||||||
max-width: 60%;
|
max-width: 60%;
|
||||||
}
|
}
|
||||||
|
|
5
changelogs/unreleased/39668-tooltip-safari.yml
Normal file
5
changelogs/unreleased/39668-tooltip-safari.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Remove native title tooltip in pipeline jobs dropdown in Safari
|
||||||
|
merge_request:
|
||||||
|
author:
|
||||||
|
type: fixed
|
Loading…
Reference in a new issue