summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/page_bundles/pipelines.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/page_bundles/pipelines.scss')
-rw-r--r--app/assets/stylesheets/page_bundles/pipelines.scss39
1 files changed, 13 insertions, 26 deletions
diff --git a/app/assets/stylesheets/page_bundles/pipelines.scss b/app/assets/stylesheets/page_bundles/pipelines.scss
index 4946bbbebe5..f9c49b0e6ca 100644
--- a/app/assets/stylesheets/page_bundles/pipelines.scss
+++ b/app/assets/stylesheets/page_bundles/pipelines.scss
@@ -70,33 +70,20 @@
}
}
-// Mini Pipelines
-
-.stage-cell {
- .stage-container {
- &:last-child {
- margin-right: 0;
- }
-
- // Hack to show a button tooltip inline
- button.has-tooltip + .tooltip {
- min-width: 105px;
- }
-
- // Bootstrap way of showing the content inline for anchors.
- a.has-tooltip {
- white-space: nowrap;
- }
+// Pipeline mini graph
+.pipeline-mini-graph-stage-container {
+ &:last-child {
+ margin-right: 0;
+ }
- &:not(:last-child) {
- &::after {
- content: '';
- border-bottom: 2px solid $gray-200;
- position: absolute;
- right: -4px;
- top: 11px;
- width: 4px;
- }
+ &:not(:last-child) {
+ &::after {
+ content: '';
+ border-bottom: 2px solid $gray-200;
+ position: absolute;
+ right: -4px;
+ top: 11px;
+ width: 4px;
}
}
}