Fixed empty state icons in dark mode

This commit is contained in:
Sanne de Vries 2022-07-12 13:49:24 +01:00
parent be0fb41636
commit 18102f309b

View File

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