Remove opacity from spoiler content

This commit is contained in:
Lim Chee Aun 2023-01-03 15:52:28 +08:00
parent 5478e407aa
commit 88297fa17e

View file

@ -198,9 +198,6 @@
filter: url(#spoiler-dark); filter: url(#spoiler-dark);
} }
} }
.status .content-container.has-spoiler .spoiler ~ .content ~ * {
opacity: 0.5;
}
.status .content-container.show-spoiler .spoiler { .status .content-container.show-spoiler .spoiler {
border-style: dotted; border-style: dotted;
} }
@ -210,9 +207,6 @@
pointer-events: auto; pointer-events: auto;
user-select: auto; user-select: auto;
} }
.status .content-container.has-spoiler .spoiler ~ .content ~ * {
opacity: 1;
}
.timeline-deck .status .content { .timeline-deck .status .content {
max-height: 50vh; max-height: 50vh;