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
e4daf355
Commit
e4daf355
authored
Nov 13, 2019
by
someniatko
Committed by
Martin Wortschack
Nov 13, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
position .ci-action-icon-wrapper svg 0.5px higher
parent
1d777195
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/pipelines/components/graph/action_component.vue
...vascripts/pipelines/components/graph/action_component.vue
+1
-1
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+1
-1
No files found.
app/assets/javascripts/pipelines/components/graph/action_component.vue
View file @
e4daf355
...
@@ -88,7 +88,7 @@ export default {
...
@@ -88,7 +88,7 @@ export default {
:title="tooltipText"
:title="tooltipText"
:class="cssClass"
:class="cssClass"
:disabled="isDisabled"
:disabled="isDisabled"
class="js-ci-action btn btn-blank btn-transparent ci-action-icon-container ci-action-icon-wrapper"
class="js-ci-action btn btn-blank btn-transparent ci-action-icon-container ci-action-icon-wrapper
d-flex align-items-center justify-content-center
"
@click="onClickAction"
@click="onClickAction"
>
>
<gl-loading-icon
v-if=
"isLoading"
class=
"js-action-icon-loading"
/>
<gl-loading-icon
v-if=
"isLoading"
class=
"js-action-icon-loading"
/>
...
...
app/assets/stylesheets/pages/pipelines.scss
View file @
e4daf355
...
@@ -871,7 +871,7 @@ button.mini-pipeline-graph-dropdown-toggle {
...
@@ -871,7 +871,7 @@ button.mini-pipeline-graph-dropdown-toggle {
height
:
$ci-action-dropdown-svg-size
;
height
:
$ci-action-dropdown-svg-size
;
fill
:
$gl-text-color-secondary
;
fill
:
$gl-text-color-secondary
;
position
:
relative
;
position
:
relative
;
top
:
1px
;
top
:
auto
;
vertical-align
:
initial
;
vertical-align
:
initial
;
}
}
}
}
...
...
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