File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -624,6 +624,7 @@ export function initRepositoryActionView() {
624
624
flex- direction: column;
625
625
border: 1px solid var (-- color- console - border);
626
626
border- radius: var (-- border- radius);
627
+ background- color: var (-- color- console - bg);
627
628
align- self : flex- start;
628
629
}
629
630
@@ -684,10 +685,8 @@ export function initRepositoryActionView() {
684
685
justify- content: space- between;
685
686
align- items: center;
686
687
padding: 0 12px ;
687
- background- color: var (-- color- console - bg);
688
688
position: sticky;
689
689
top: 0 ;
690
- border- radius: var (-- border- radius);
691
690
height: 60px ;
692
691
z- index: 1 ;
693
692
}
@@ -708,7 +707,6 @@ export function initRepositoryActionView() {
708
707
}
709
708
710
709
.job - step- container {
711
- background- color: var (-- color- console - bg);
712
710
max- height: 100 % ;
713
711
border- radius: 0 0 var (-- border- radius) var (-- border- radius);
714
712
border- top: 1px solid var (-- color- console - border);
You can’t perform that action at this time.
0 commit comments