From a4eb364ed4d0fc227a556ce459edce55b4a179c6 Mon Sep 17 00:00:00 2001 From: Gijs Date: Sun, 6 Jun 2021 09:30:25 +0200 Subject: [PATCH] Pseudo element on details is not visible on firefox. Moved it to the summary. --- static/styles/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/styles.css b/static/styles/styles.css index aea0e4c..48812f0 100644 --- a/static/styles/styles.css +++ b/static/styles/styles.css @@ -212,7 +212,7 @@ strong { max-height: initial; } - details::after { + details:not([open]) summary::after { display: block; content: 'show details ↓'; position: absolute;