Skip to content

Commit

Permalink
Merge pull request ansible#938 from newswangerd/travis-flicker
Browse files Browse the repository at this point in the history
Fix tooltip flicker on travis icons
  • Loading branch information
newswangerd authored Jul 24, 2018
2 parents 0cf00fa + 992d37c commit b0068d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxyui/src/app/search/search.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<div class="col-sm-5 col-reduced-margin">
<div class="list-pf-description">
<div class="travis" *ngIf="item.summary_fields.repository.travis_build_url">
<a href="{{ item.summary_fields.repository.travis_build_url }}" target="_blank" tooltip="View Travis build output. Opens in new tab or window.">
<a href="{{ item.summary_fields.repository.travis_build_url }}" container="body" target="_blank" tooltip="View Travis build output. Opens in new tab or window.">
<img src="{{ item.summary_fields.repository.travis_status_url }}"
class="travis-status-img" title="Travis Build Status" />
</a>
Expand Down

0 comments on commit b0068d3

Please sign in to comment.