Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/page_bundles/_pipeline_mixins.scss')
-rw-r--r--app/assets/stylesheets/page_bundles/_pipeline_mixins.scss23
1 files changed, 2 insertions, 21 deletions
diff --git a/app/assets/stylesheets/page_bundles/_pipeline_mixins.scss b/app/assets/stylesheets/page_bundles/_pipeline_mixins.scss
index 613d27a2f39..ed15e352b7d 100644
--- a/app/assets/stylesheets/page_bundles/_pipeline_mixins.scss
+++ b/app/assets/stylesheets/page_bundles/_pipeline_mixins.scss
@@ -33,8 +33,8 @@
.ci-action-icon-container {
position: absolute;
- right: 8px;
- top: 8px;
+ right: 11px;
+ top: 7px;
&.ci-action-icon-wrapper {
height: $ci-action-dropdown-button-size;
@@ -84,25 +84,6 @@
&.non-details-job-component {
padding: $gl-padding-8 $gl-btn-horz-padding;
}
-
- .ci-job-name-component {
- align-items: center;
- display: flex;
- flex: 1;
- }
-
- .ci-status-icon {
- position: relative;
-
- > svg {
- width: $pipeline-dropdown-status-icon-size;
- height: $pipeline-dropdown-status-icon-size;
- margin: 3px 0;
- position: relative;
- overflow: visible;
- display: block;
- }
- }
}
// ensure .mini-pipeline-graph-dropdown-item has hover style when action-icon is hovered