mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-29 12:48:57 +03:00
Cloak the buttons in filtered notifications
This commit is contained in:
parent
d671178c02
commit
0a695410d9
1 changed files with 4 additions and 2 deletions
|
@ -15,7 +15,8 @@ body.cloak,
|
||||||
.account-block,
|
.account-block,
|
||||||
.catchup-filters .filter-author *,
|
.catchup-filters .filter-author *,
|
||||||
.post-peek-html *,
|
.post-peek-html *,
|
||||||
.post-peek-content > * {
|
.post-peek-content > *,
|
||||||
|
.request-notifications-account * {
|
||||||
text-decoration-thickness: 1.1em;
|
text-decoration-thickness: 1.1em;
|
||||||
text-decoration-line: line-through;
|
text-decoration-line: line-through;
|
||||||
/* text-rendering: optimizeSpeed; */
|
/* text-rendering: optimizeSpeed; */
|
||||||
|
@ -51,7 +52,8 @@ body.cloak,
|
||||||
.cloak {
|
.cloak {
|
||||||
.media-container figcaption,
|
.media-container figcaption,
|
||||||
.media-container figcaption > *,
|
.media-container figcaption > *,
|
||||||
.catchup-filters .filter-author * {
|
.catchup-filters .filter-author *,
|
||||||
|
.request-notifications-account * {
|
||||||
color: var(--text-color) !important;
|
color: var(--text-color) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue