未验证 提交 812cefb6 编写于 作者: M mfluharty

Improve pipeline CSS

Use utility class for unstyled list
Remove direct child requirement for highlighting expanded job
上级 78cc7222
......@@ -61,7 +61,12 @@ export default {
<div class="builds-container">
<ul>
<li v-for="group in groups" :id="groupId(group)" :key="group.id" class="build">
<li
v-for="group in groups"
:id="groupId(group)"
:key="group.id"
class="build list-unstyled"
>
<job-item
v-if="group.size === 1"
:job="group.jobs[0]"
......
......@@ -494,10 +494,6 @@
@include flat-connector-before;
}
}
li {
list-style: none;
}
}
.stage-name {
......@@ -518,7 +514,7 @@
.ci-job-dropdown-container {
// highlight job whose dropdown is shown
&.dropdown.show > .build-content {
&.dropdown.show .build-content {
background-color: $ci-action-dropdown-expanded-background;
&:hover {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册