From 2d7e5753d7f45d8bf2e3b79b7823d349cdf1d0dc Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Thu, 16 Mar 2023 19:55:14 +0800 Subject: [PATCH] Fixed border color of the post analytics list in dark mode closes https://github.com/TryGhost/Team/issues/2620 --- ghost/admin/app/styles/app-dark.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ghost/admin/app/styles/app-dark.css b/ghost/admin/app/styles/app-dark.css index af7c4135c7..6968acaafd 100644 --- a/ghost/admin/app/styles/app-dark.css +++ b/ghost/admin/app/styles/app-dark.css @@ -1458,7 +1458,8 @@ kbd { .gh-post-activity-feed .gh-dashboard-list-item + .gh-dashboard-list-item, .feature-audienceFeedback .gh-links-list-item, -.gh-post-activity-feed-footer { +.gh-post-activity-feed-footer, +.gh-tabs-analytics.no-tabs .tab-selected { border-color: #17191c; } @@ -1526,4 +1527,4 @@ kbd { .gh-dashboard-mention:hover { background: var(--whitegrey-d1); -} \ No newline at end of file +}