Fixes mobile menu dropdown
This commit is contained in:
parent
3f136c40da
commit
51ddada8f6
2 changed files with 3 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue