Fixes mobile menu dropdown

This commit is contained in:
Mouse Reeve
2021-01-17 20:31:37 -08:00
parent 3f136c40da
commit 51ddada8f6
2 changed files with 3 additions and 16 deletions

View File

@ -22,22 +22,10 @@
display: none;
}
input.toggle-control {
display: none;
}
.hidden {
display: none;
}
input.toggle-control:checked ~ .toggle-content {
display: block;
}
input.toggle-control:checked ~ .modal.toggle-content {
display: flex;
}
/* --- STARS --- */
.rate-stars button.icon {
background: none;