Commit e757b285 authored by Bryce Johnson's avatar Bryce Johnson

Stop extending stage column, remove column ids.

parent c3211898
......@@ -20,7 +20,7 @@ export default {
linkedPipeline,
},
computed: {
columnId() {
columnClass() {
return `graph-position-${this.graphPosition}`;
},
},
......@@ -29,8 +29,8 @@ export default {
<template>
<div
class="linked-pipelines-column"
:id="columnId"
class="stage-column linked-pipelines-column"
:class="columnClass"
>
<div class="stage-name linked-pipelines-column-title"> {{ columnTitle }} </div>
<div class="cross-project-triangle"></div>
......
......@@ -1003,16 +1003,13 @@
}
.linked-pipelines-column {
@extend .stage-column;
position: relative;
& > ul {
padding: 0;
}
// IDs used to override specificity in stage-column
&#graph-position-left {
&.graph-position-left {
margin-right: $linked-project-column-margin;
.cross-project-triangle {
......@@ -1020,7 +1017,7 @@
}
}
&#graph-position-right {
&.graph-position-right {
margin-left: $linked-project-column-margin;
.cross-project-triangle {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment