File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -624,6 +624,7 @@ export function initRepositoryActionView() {
624624 flex- direction: column;
625625 border: 1px solid var (-- color- console - border);
626626 border- radius: var (-- border- radius);
627+ background- color: var (-- color- console - bg);
627628 align- self : flex- start;
628629}
629630
@@ -684,10 +685,8 @@ export function initRepositoryActionView() {
684685 justify- content: space- between;
685686 align- items: center;
686687 padding: 0 12px ;
687- background- color: var (-- color- console - bg);
688688 position: sticky;
689689 top: 0 ;
690- border- radius: var (-- border- radius);
691690 height: 60px ;
692691 z- index: 1 ;
693692}
@@ -708,7 +707,6 @@ export function initRepositoryActionView() {
708707}
709708
710709.job - step- container {
711- background- color: var (-- color- console - bg);
712710 max- height: 100 % ;
713711 border- radius: 0 0 var (-- border- radius) var (-- border- radius);
714712 border- top: 1px solid var (-- color- console - border);
You can’t perform that action at this time.
0 commit comments