mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Fixed empty state icons in dark mode
This commit is contained in:
parent
be0fb41636
commit
18102f309b
@ -989,10 +989,6 @@ input:focus,
|
||||
background: var(--dark-main-bg-color);
|
||||
}
|
||||
|
||||
.gh-members-empty .gh-members-placeholder {
|
||||
fill: var(--midgrey-d2);
|
||||
}
|
||||
|
||||
/* Members activity */
|
||||
.gh-members-activity-icon svg path,
|
||||
.gh-member-feed-icon svg path {
|
||||
@ -1012,10 +1008,6 @@ input:focus,
|
||||
fill: #fff !important;
|
||||
}
|
||||
|
||||
.gh-offers-list-cta .discount-bubble {
|
||||
color: var(--midgrey-d2);
|
||||
}
|
||||
|
||||
.gh-offers-help-card .gh-btn {
|
||||
background: var(--whitegrey) !important;
|
||||
}
|
||||
@ -1210,4 +1202,16 @@ kbd {
|
||||
|
||||
.gh-editor-post-status-btn::after {
|
||||
background: var(--hairline-color-2);
|
||||
}
|
||||
|
||||
/* Empty states */
|
||||
/* ---------------------------------------------------- */
|
||||
|
||||
.gh-pages-placeholder,
|
||||
.gh-posts-placeholder,
|
||||
.gh-tags-placeholder,
|
||||
.gh-members-empty .gh-members-placeholder,
|
||||
.gh-offers-list-cta .discount-bubble,
|
||||
.no-posts .gh-members-placeholder {
|
||||
fill: var(--midgrey-d2);
|
||||
}
|
Loading…
Reference in New Issue
Block a user