Commit 48d51e80 authored by Filipa Lacerda's avatar Filipa Lacerda

Remove native title tooltip in pipeline jobs dropdown in Safari

parent 3971f955
......@@ -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%;
}
......
---
title: Remove native title tooltip in pipeline jobs dropdown in Safari
merge_request:
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment