Add theme container background color to GitHub repositories container in settings/integrations page.
This commit is contained in:
parent
73127aca01
commit
5b043e356d
1 changed files with 2 additions and 0 deletions
|
|
@ -375,6 +375,7 @@
|
|||
max-height:400px;
|
||||
overflow-y: auto;
|
||||
background: white;
|
||||
background: var(--theme-container-background, #fff);
|
||||
box-shadow: $shadow;
|
||||
&.loading-repos {
|
||||
height: 400px;
|
||||
|
|
@ -386,6 +387,7 @@
|
|||
}
|
||||
.github-repo-row {
|
||||
background:white;
|
||||
background: var(--theme-container-background, #fff);
|
||||
padding: 12px;
|
||||
margin:5px 0px;
|
||||
&.github-repo-row-selected {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue