Fixes Github Repositories not visible #2227 (#2241)

Add theme container background color to GitHub repositories container in settings/integrations page.
This commit is contained in:
Perlat Kociaj 2019-03-30 17:24:52 +00:00 committed by Ben Halpern
parent 73127aca01
commit 5b043e356d

View file

@ -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 {