http://codepen.io/anon/pen/GqmEAq
My goal is to make the 'x' button clicked (the 'x' is created after clicking the plus sign on the menu) and then bring the dropdown back up.
I have attempted:
a:after:checked ~ .submenu{
max-height: 999px;
}
I feel like I am getting close, but I can't figure out how to make the drop-down bar go back up when the 'x' is clicked.