From f89cc190c95fa32ef829e196dccffff41e2a4b0b Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 27 May 2020 17:19:04 +0200 Subject: [PATCH] fix enterprise commit tease - #1114 --- github-dark.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/github-dark.css b/github-dark.css index 1542f152a..b5b39fae8 100644 --- a/github-dark.css +++ b/github-dark.css @@ -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, @@ -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 {