Skip to content

Commit 229a7b0

Browse files
committed
Remove background from actions commit form container
This element is responsive and only shows at the top at this break point, any narrower and the element shows below the editor where it needs a background color.
1 parent 6dd4ed9 commit 229a7b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

github-dark.css

+5
Original file line numberDiff line numberDiff line change
@@ -6164,6 +6164,11 @@
61646164
.team-left-column, .render-container.js-actions-page {
61656165
background: none !important;
61666166
}
6167+
@media (min-width: 1012px) {
6168+
.file-commit-form--full {
6169+
background: none !important;
6170+
}
6171+
}
61676172
body[class="page-responsive"] .repo-list .private {
61686173
background-color: initial;
61696174
}

0 commit comments

Comments
 (0)