Skip to content

Instantly share code, notes, and snippets.

@viniciusmelocodes
Created November 20, 2021 03:46
Show Gist options
  • Save viniciusmelocodes/a321d99c3311f3050373a8a3c45f78e9 to your computer and use it in GitHub Desktop.
Save viniciusmelocodes/a321d99c3311f3050373a8a3c45f78e9 to your computer and use it in GitHub Desktop.
#menutree li { list-style: none; }
li .menu_label + input[type=checkbox] { opacity: 0; }
li .menu_label { cursor: pointer; }
li .menu_label + input[type=checkbox] + ol > li { display: none; }
li .menu_label + input[type=checkbox]:checked + ol > li { display: block; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment