BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
63caff8f
Commit
63caff8f
authored
Feb 10, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '27963-tooltips-jobs' into 'master'
Fixes tooltips in mini pipeline graph Closes #27963 and #28008 See merge request !9140
parents
ae68bf26
18455939
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
5 deletions
+15
-5
pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+10
-4
27963-tooltips-jobs.yml
changelogs/unreleased/27963-tooltips-jobs.yml
+4
-0
mini_pipeline_graph_spec.rb
spec/features/merge_requests/mini_pipeline_graph_spec.rb
+1
-1
No files found.
app/assets/stylesheets/pages/pipelines.scss
View file @
63caff8f
...
...
@@ -94,6 +94,10 @@
padding
:
10px
8px
;
}
td
.stage-cell
{
padding
:
10px
0
;
}
.commit-link
{
padding
:
9px
8px
10px
;
}
...
...
@@ -291,12 +295,14 @@
height
:
22px
;
margin
:
3px
6px
3px
0
;
.tooltip
{
white-space
:
nowrap
;
// Hack to show a button tooltip inline
button
.has-tooltip
+
.tooltip
{
min-width
:
105px
;
}
.tooltip-inner
{
padding
:
3px
4px
;
// Bootstrap way of showing the content inline for anchors.
a
.has-tooltip
{
white-space
:
nowrap
;
}
&
:not
(
:last-child
)
{
...
...
changelogs/unreleased/27963-tooltips-jobs.yml
0 → 100644
View file @
63caff8f
---
title
:
Fix tooltips in mini pipeline graph
merge_request
:
author
:
spec/features/merge_requests/mini_pipeline_graph_spec.rb
View file @
63caff8f
...
...
@@ -66,7 +66,7 @@ feature 'Mini Pipeline Graph', :js, :feature do
end
it
'should close when toggle is clicked again'
do
toggle
.
click
toggle
.
trigger
(
'click'
)
expect
(
toggle
.
find
(
:xpath
,
'..'
)).
not_to
have_selector
(
'.mini-pipeline-graph-dropdown-menu'
)
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment