From 675e04bdccf1012fe9ae39929188de42c880b5ca Mon Sep 17 00:00:00 2001 From: Thayol Date: Tue, 29 Dec 2020 03:30:04 +0100 Subject: [PATCH] Diff. name hidden if mapset not expanded --- templates/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/templates/style.css b/templates/style.css index d75fc68..edf89ed 100644 --- a/templates/style.css +++ b/templates/style.css @@ -111,6 +111,15 @@ details.mapset summary::-webkit-details-marker { .mapset[open] summary .map { background-color: #444444; } + +.mapset summary .map-difficulty { + color: transparent; +} + +.mapset[open] summary .map-difficulty { + color: inherit; +} + .warn h2 { margin: 0; margin-bottom: 20px;