File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 39
39
</a >
40
40
<span class =" job-brief-info" >
41
41
<span class =" step-summary-duration" >{{ job.duration }}</span >
42
- <SvgIcon name =" octicon-sync" role =" button" :data-tooltip-content =" locale.rerun" class =" job-brief-rerun gt-mx-3" @click =" rerunJob(index)" v-show =" job.canRerun && onHoverRerunIndex === job.id" />
42
+ <SvgIcon name =" octicon-sync" role =" button" :data-tooltip-content =" locale.rerun" class =" job-brief-rerun gt-mx-3" @click =" rerunJob(index)" v-if =" job.canRerun && onHoverRerunIndex === job.id" />
43
43
</span >
44
44
</div >
45
45
</div >
@@ -502,6 +502,15 @@ export function ansiLogToHTML(line) {
502
502
align- items: center;
503
503
}
504
504
505
+ .job - brief- item: hover {
506
+ background- color: var (-- color- secondary);
507
+ }
508
+
509
+ .job - brief- item .selected {
510
+ font- weight: var (-- font- weight- bold);
511
+ background- color: var (-- color- secondary- dark- 1 );
512
+ }
513
+
505
514
.job - brief- item: first- of - type {
506
515
margin- top: 0 ;
507
516
}
@@ -541,15 +550,6 @@ export function ansiLogToHTML(line) {
541
550
width: 55px ;
542
551
}
543
552
544
- .job - brief- item: hover {
545
- background- color: var (-- color- secondary);
546
- }
547
-
548
- .job - group- section .job - brief- list .job - brief- item .selected {
549
- font- weight: var (-- font- weight- bold);
550
- background- color: var (-- color- secondary- dark- 1 );
551
- }
552
-
553
553
/* ================ */
554
554
/* action view right */
555
555
You can’t perform that action at this time.
0 commit comments