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:
parent
66b749ba90
commit
2d7e5753d7
1 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue