mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
menu: avoid hiding of expander on hover when active item has children #520
This commit is contained in:
parent
5bcdcda59f
commit
b11969b3d0
3 changed files with 3 additions and 3 deletions
|
@ -271,7 +271,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar select:hover,
|
#sidebar select:hover,
|
||||||
#sidebar .collapsible-menu label:hover,
|
#sidebar .collapsible-menu li:not(.active) > label:hover,
|
||||||
#sidebar .select-container:hover,
|
#sidebar .select-container:hover,
|
||||||
#sidebar a:hover,
|
#sidebar a:hover,
|
||||||
#sidebar button:hover {
|
#sidebar button:hover {
|
||||||
|
|
|
@ -182,7 +182,7 @@ body .searchbox span:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
body #sidebar select:hover,
|
body #sidebar select:hover,
|
||||||
body #sidebar .collapsible-menu label:hover,
|
body #sidebar .collapsible-menu li:not(.active) > label:hover,
|
||||||
body #sidebar .select-container:hover,
|
body #sidebar .select-container:hover,
|
||||||
body #sidebar a:hover,
|
body #sidebar a:hover,
|
||||||
body #sidebar button:hover {
|
body #sidebar button:hover {
|
||||||
|
|
|
@ -163,7 +163,7 @@ a:hover,
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar select:hover,
|
#sidebar select:hover,
|
||||||
#sidebar .collapsible-menu label:hover,
|
#sidebar .collapsible-menu li:not(.active) > label:hover,
|
||||||
#sidebar .select-container:hover,
|
#sidebar .select-container:hover,
|
||||||
#sidebar a:hover,
|
#sidebar a:hover,
|
||||||
#sidebar button:hover {
|
#sidebar button:hover {
|
||||||
|
|
Loading…
Reference in a new issue