Diff. name hidden if mapset not expanded

This commit is contained in:
2020-12-29 03:30:04 +01:00
parent 7e50ac0ba0
commit 675e04bdcc
+9
View File
@@ -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;