Skip to content
Snippets Groups Projects
Unverified Commit d71703aa authored by Jacques Erasmus's avatar Jacques Erasmus Committed by GitLab
Browse files

Merge branch...

Merge branch '481683-remove-unused-css-from-app/assets/stylesheets/page_bundles/pipelines.scss' into 'master' 

Removes unused CSS Class class from app/assets/stylesheets/page_bundles/pipelines.scss

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/164635



Merged-by: default avatarJacques Erasmus <jerasmus@gitlab.com>
Approved-by: default avatarJames Rushford <jrushford@gitlab.com>
Approved-by: default avatarJacques Erasmus <jerasmus@gitlab.com>
Co-authored-by: default avatarNIKU-SINGH <soapmactavishmw4@gmail.com>
parents 103568f6 a1caffd2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -14,47 +14,6 @@
// - app/assets/javascripts/commit/pipelines/pipelines_bundle.js
 
.pipelines {
.pipeline-actions {
min-width: 170px; //Guarantees buttons don't break in several lines.
.btn-default {
color: var(--gray-500, $gray-500);
}
.btn.btn-retry:hover,
.btn.btn-retry:focus {
border-color: $dropdown-toggle-active-border-color;
background-color: $gray-50;
}
svg path {
fill: var(--gray-500, $gray-500);
}
.dropdown-menu {
max-height: $dropdown-max-height;
overflow-y: auto;
}
.dropdown-toggle,
.dropdown-menu {
color: var(--gray-500, $gray-500);
}
.btn-group.open .btn-default {
background-color: $gray-50;
border-color: $gray-100;
}
.btn .text-center {
display: inline;
}
.tooltip {
white-space: nowrap;
}
}
.pipeline-tags .label-container {
white-space: normal;
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment