Skip to content

Commit b11969b

Browse files
committed
menu: avoid hiding of expander on hover when active item has children matcornic#520
1 parent 5bcdcda commit b11969b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

static/css/ie.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
}
272272

273273
#sidebar select:hover,
274-
#sidebar .collapsible-menu label:hover,
274+
#sidebar .collapsible-menu li:not(.active) > label:hover,
275275
#sidebar .select-container:hover,
276276
#sidebar a:hover,
277277
#sidebar button:hover {

static/css/theme-neon.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ body .searchbox span:hover {
182182
}
183183

184184
body #sidebar select:hover,
185-
body #sidebar .collapsible-menu label:hover,
185+
body #sidebar .collapsible-menu li:not(.active) > label:hover,
186186
body #sidebar .select-container:hover,
187187
body #sidebar a:hover,
188188
body #sidebar button:hover {

static/css/variant.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ a:hover,
163163
}
164164

165165
#sidebar select:hover,
166-
#sidebar .collapsible-menu label:hover,
166+
#sidebar .collapsible-menu li:not(.active) > label:hover,
167167
#sidebar .select-container:hover,
168168
#sidebar a:hover,
169169
#sidebar button:hover {

0 commit comments

Comments
 (0)