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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
1c015eda
Commit
1c015eda
authored
Oct 30, 2017
by
Tim Zallmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed different sizes
parent
5c8a614c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
6 deletions
+33
-6
app/assets/javascripts/pipelines/components/stage.vue
app/assets/javascripts/pipelines/components/stage.vue
+5
-1
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+28
-5
No files found.
app/assets/javascripts/pipelines/components/stage.vue
View file @
1c015eda
...
@@ -122,6 +122,10 @@ export default {
...
@@ -122,6 +122,10 @@ export default {
triggerButtonClass
()
{
triggerButtonClass
()
{
return
`ci-status-icon-
${
this
.
stage
.
status
.
group
}
`
;
return
`ci-status-icon-
${
this
.
stage
.
status
.
group
}
`
;
},
},
borderlessIcon
()
{
return
`
${
this
.
stage
.
status
.
icon
}
_borderless`
;
}
},
},
};
};
</
script
>
</
script
>
...
@@ -145,7 +149,7 @@ export default {
...
@@ -145,7 +149,7 @@ export default {
aria-hidden=
"true"
aria-hidden=
"true"
:aria-label=
"stage.title"
>
:aria-label=
"stage.title"
>
<icon
<icon
:name=
"
stage.status.i
con"
/>
:name=
"
borderlessI
con"
/>
</span>
</span>
<i
<i
...
...
app/assets/stylesheets/pages/pipelines.scss
View file @
1c015eda
...
@@ -474,6 +474,14 @@
...
@@ -474,6 +474,14 @@
height
:
18px
;
height
:
18px
;
}
}
&
.play
{
svg
{
width
:
#{
$ci-action-icon-size
-
8
}
;
height
:
#{
$ci-action-icon-size
-
8
}
;
left
:
8px
;
}
}
&
:hover
svg
{
&
:hover
svg
{
fill
:
$gl-text-color
;
fill
:
$gl-text-color
;
}
}
...
@@ -738,19 +746,34 @@ button.mini-pipeline-graph-dropdown-toggle {
...
@@ -738,19 +746,34 @@ button.mini-pipeline-graph-dropdown-toggle {
&
.icon-action-retry
,
&
.icon-action-retry
,
&
.icon-action-play
{
&
.icon-action-play
{
svg
{
svg
{
width
:
calc
(
$ci-action-icon-size-6
)
;
width
:
#{
$ci-action-icon-size
-
6
}
;
height
:
calc
(
$ci-action-icon-size-6
)
;
height
:
#{
$ci-action-icon-size
-
6
}
;
left
:
8px
;
left
:
8px
;
}
}
}
}
svg
.icon-action-
play
,
svg
.icon-action-
stop
,
svg
.icon-action-
stop
{
svg
.icon-action-
cancel
{
width
:
12px
;
width
:
12px
;
height
:
12px
;
height
:
12px
;
top
:
1px
;
top
:
1px
;
left
:
0
;
left
:
-1px
;
}
svg
.icon-action-play
{
width
:
11px
;
height
:
11px
;
top
:
1px
;
left
:
1px
;
}
svg
.icon-action-retry
{
width
:
16px
;
height
:
16px
;
top
:
0px
;
left
:
-3px
;
}
}
}
}
// link to the build
// link to the build
...
...
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