From 88297fa17ef6b6afb24aefb814918aac4df5273a Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 3 Jan 2023 15:52:28 +0800 Subject: [PATCH] Remove opacity from spoiler content --- src/components/status.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/status.css b/src/components/status.css index 90250af5..d194e187 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -198,9 +198,6 @@ filter: url(#spoiler-dark); } } -.status .content-container.has-spoiler .spoiler ~ .content ~ * { - opacity: 0.5; -} .status .content-container.show-spoiler .spoiler { border-style: dotted; } @@ -210,9 +207,6 @@ pointer-events: auto; user-select: auto; } -.status .content-container.has-spoiler .spoiler ~ .content ~ * { - opacity: 1; -} .timeline-deck .status .content { max-height: 50vh;