From c64581d6a80cb54cdcec0814b5a0a1ac46d7ff29 Mon Sep 17 00:00:00 2001 From: teddit Date: Sun, 14 Feb 2021 19:10:57 +0100 Subject: [PATCH] Revert "fix spoiler text not always showing when focused" This reverts commit 75fde2985594dd62837f70c95a79214de18a37e5. --- static/css/styles.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index 7884c31..c87b48f 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1466,11 +1466,6 @@ code { background: #fff0; transition: none; } -.md .md-spoiler-text:not(.revealed):active p, -.md .md-spoiler-text:not(.revealed):focus p, -.md .md-spoiler-text:not(.revealed):hover p { - opacity: 1; -} @media only screen and (max-width: 768px) { #user .info { float: right;