Clarify UX around subevent selection

This commit is contained in:
Raphael Michel
2019-06-06 11:10:51 +02:00
parent b549cb451a
commit dd4075b2cc
3 changed files with 27 additions and 20 deletions

View File

@@ -181,6 +181,7 @@ $(function () {
$(".subevent-list").hide();
$(".subevent-toggle").css("display", "block").click(function () {
$(".subevent-list").slideToggle(300);
$(".subevent-toggle").slideToggle(300)
});
}

View File

@@ -189,18 +189,7 @@ section.front-page {
}
}
.subevent-toggle {
padding: 5px;
text-align: center;
background-color: darken($gray-lighter, 30%);
display: none;
color: white;
cursor: pointer;
&:hover {
color: white;
text-decoration: none;
background-color: darken($gray-lighter, 40%);
}
}
h2.subevent-head {
margin-top: 10px;