More cloak fixes
This commit is contained in:
parent
52b60fa38b
commit
aaf64bbc34
2 changed files with 11 additions and 6 deletions
|
@ -8,7 +8,7 @@ body.cloak,
|
||||||
.name-text *,
|
.name-text *,
|
||||||
.status .content-container,
|
.status .content-container,
|
||||||
.status .content-container *,
|
.status .content-container *,
|
||||||
.status .content-compact,
|
.status .content-compact > *,
|
||||||
.account-container :is(header, main > *:not(.actions)),
|
.account-container :is(header, main > *:not(.actions)),
|
||||||
.account-container :is(header, main > *:not(.actions)) *,
|
.account-container :is(header, main > *:not(.actions)) *,
|
||||||
.header-double-lines,
|
.header-double-lines,
|
||||||
|
@ -42,11 +42,16 @@ body.cloak,
|
||||||
/* SPECIAL CASES */
|
/* SPECIAL CASES */
|
||||||
|
|
||||||
@supports (display: -webkit-box) {
|
@supports (display: -webkit-box) {
|
||||||
body.cloak .card :is(.title, .meta) {
|
:is(body.cloak, .cloak) .card :is(.title, .meta) {
|
||||||
background-color: var(--text-color) !important;
|
background-color: currentColor !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.cloak,
|
||||||
|
.cloak {
|
||||||
|
.media-container figcaption,
|
||||||
|
.media-container figcaption > *,
|
||||||
.catchup-filters .filter-author * {
|
.catchup-filters .filter-author * {
|
||||||
color: var(--text-color);
|
color: currentColor !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2441,7 +2441,7 @@ function StatusCompact({ sKey }) {
|
||||||
<span>{filterTitleStr}</span>
|
<span>{filterTitleStr}</span>
|
||||||
</b>
|
</b>
|
||||||
) : (
|
) : (
|
||||||
statusPeekText
|
<span>{statusPeekText}</span>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|
Loading…
Add table
Reference in a new issue