Skip to content

Commit

Permalink
fix enterprise commit tease - #1114
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed May 27, 2020
1 parent 71c6b7f commit f89cc19
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -20720,7 +20720,7 @@
.branch-action-item + .mergeability-details, .migration-section,
.migrate-org-roles, .migrate-org-roles-header, .migration-footer,
.migration-org-avatar, .org-migration-settings-section,
.word-upload-callout .note, .commit-tease .commit-meta, .manage-user-info,
.word-upload-callout .note, .manage-user-info,
.manage-repo-access-title, .org-settings-team-item:first-child, .label-generic,
.plan-notice, .intgr-header, .code-list-item, .sort-bar,
.repo-file-upload-outline, .comment-reactions.has-reactions,
Expand Down Expand Up @@ -22598,6 +22598,10 @@
body.enterprise .timeline-new-comment .timeline-comment::after {
border-right-color: #202020;
}
body.enterprise .commit-tease {
background-color: #182030;
border-color: #246;
}
/* HACK: Fix review comment timeline */
/* https://github.com/nodejs/node/pull/8519#r78637092 */
.review-comment-contents::after, .review-comment.is-comment-editing::after {
Expand Down

0 comments on commit f89cc19

Please sign in to comment.