未验证 提交 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 { ...@@ -61,7 +61,12 @@ export default {
<div class="builds-container"> <div class="builds-container">
<ul> <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 <job-item
v-if="group.size === 1" v-if="group.size === 1"
:job="group.jobs[0]" :job="group.jobs[0]"
......
...@@ -494,10 +494,6 @@ ...@@ -494,10 +494,6 @@
@include flat-connector-before; @include flat-connector-before;
} }
} }
li {
list-style: none;
}
} }
.stage-name { .stage-name {
...@@ -518,7 +514,7 @@ ...@@ -518,7 +514,7 @@
.ci-job-dropdown-container { .ci-job-dropdown-container {
// highlight job whose dropdown is shown // highlight job whose dropdown is shown
&.dropdown.show > .build-content { &.dropdown.show .build-content {
background-color: $ci-action-dropdown-expanded-background; background-color: $ci-action-dropdown-expanded-background;
&:hover { &:hover {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册