mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-05 01:26:38 +00:00
deploy: eaa4580500
This commit is contained in:
parent
189ea412e5
commit
d86cd5e09c
359 changed files with 8248 additions and 8236 deletions
css
|
@ -1756,6 +1756,18 @@ article ul li input[type="checkbox"]:checked::before {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
/* menu states for not(.collapsible-menu) */
|
||||
|
||||
#sidebar ul ul {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#sidebar ul > li.parent > ul,
|
||||
#sidebar ul > li.active > ul,
|
||||
#sidebar ul > li.alwaysopen > ul {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* closed menu */
|
||||
|
||||
#sidebar ul.collapsible-menu > li > input + label ~ ul {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue