0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Fixed border color of the post analytics list in dark mode

closes https://github.com/TryGhost/Team/issues/2620
This commit is contained in:
Sodbileg Gansukh 2023-03-16 19:55:14 +08:00
parent 66b749ba90
commit 2d7e5753d7

View file

@ -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);
}
}