Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
87b89c05
Commit
87b89c05
authored
8 years ago
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix hover in dropdowns, make closer to the mockups
parent
4e0db4e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
12 deletions
+49
-12
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+49
-12
No files found.
app/assets/stylesheets/pages/pipelines.scss
View file @
87b89c05
...
...
@@ -593,6 +593,27 @@
}
}
}
.grouped-pipeline-dropdown
{
.dropdown-build
{
.build-content
{
width
:
100%
;
&
:hover
{
background-color
:
$stage-hover-bg
;
color
:
$gl-text-color
;
}
}
.ci-action-icon-container
{
padding
:
0
;
font-size
:
11px
;
position
:
absolute
;
top
:
1px
;
right
:
8px
;
}
}
}
}
.dropdown-counter-badge
{
...
...
@@ -603,9 +624,11 @@
margin-right
:
2px
;
}
.grouped-pipeline-dropdown
{
padding
:
0
;
width
:
191px
;
min-width
:
191px
;
left
:
auto
;
right
:
-195px
;
top
:
-4px
;
...
...
@@ -615,11 +638,22 @@
display
:
inline-block
;
}
.build-content
{
width
:
138px
;
.dropdown-build
{
.build-content
{
width
:
100%
;
&
:hover
{
background-color
:
$stage-hover-bg
;
&
:hover
{
background-color
:
$stage-hover-bg
;
color
:
$gl-text-color
;
}
}
.ci-action-icon-container
{
padding
:
0
;
font-size
:
11px
;
position
:
absolute
;
margin-top
:
3px
;
right
:
7px
;
}
}
...
...
@@ -629,12 +663,10 @@
margin
:
3px
0
;
li
{
padding-top
:
2px
;
margin
:
4px
7px
;
padding
:
0
3px
;
padding-left
:
0
;
padding-bottom
:
0
;
line-height
:
0
;
margin
:
4px
8px
4px
9px
;
padding
:
0
;
line-height
:
1
.1
;
position
:
relative
;
.ci-action-icon-container
:hover
{
background-color
:
transparent
;
...
...
@@ -648,6 +680,11 @@
}
}
.pipeline-graph
.dropdown-build
.ci-status-icon
svg
{
width
:
18px
;
height
:
18px
;
}
.ci-status-text
{
max-width
:
110px
;
white-space
:
nowrap
;
...
...
@@ -656,7 +693,7 @@
vertical-align
:
bottom
;
display
:
inline-block
;
position
:
relative
;
font-weight
:
1
00
;
font-weight
:
2
00
;
}
// Action Icons
...
...
@@ -693,7 +730,7 @@
color
:
$gl-text-color-light
;
.build-content
{
padding
:
3px
7px
6
px
;
padding
:
4px
7px
8
px
;
}
.ci-action-icon-container
{
...
...
This diff is collapsed.
Click to expand it.
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