Skip to content

Commit

Permalink
menu: avoid hiding of expander on hover when active item has children m…
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed May 4, 2023
1 parent 5bcdcda commit b11969b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion static/css/ie.css
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
}

#sidebar select:hover,
#sidebar .collapsible-menu label:hover,
#sidebar .collapsible-menu li:not(.active) > label:hover,
#sidebar .select-container:hover,
#sidebar a:hover,
#sidebar button:hover {
Expand Down
2 changes: 1 addition & 1 deletion static/css/theme-neon.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ body .searchbox span: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 a:hover,
body #sidebar button:hover {
Expand Down
2 changes: 1 addition & 1 deletion static/css/variant.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ a:hover,
}

#sidebar select:hover,
#sidebar .collapsible-menu label:hover,
#sidebar .collapsible-menu li:not(.active) > label:hover,
#sidebar .select-container:hover,
#sidebar a:hover,
#sidebar button:hover {
Expand Down

0 comments on commit b11969b

Please sign in to comment.