Skip to content

Commit 8b36984

Browse files
committed
Administration: Fix cursor on first submenu list item in admin menu.
The first submenu item in the collapsed view of the admin menu accepts a click event to navigate, but does not have `cursor: pointer` to indicate that it's interactive. These were removed in [51684], but this specific case (JS activate, menu collapsed, first list item) should remain. Props mazharulrobeen, sumitsingh, sabernhardt, swapnil1010, joedolson. Fixes #65250. git-svn-id: https://develop.svn.wordpress.org/trunk@62568 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e0e6680 commit 8b36984

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/wp-admin/css/admin-menu.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,10 @@ ul#adminmenu > li.current > a.current:after {
417417
border-color: transparent;
418418
}
419419

420+
.js #adminmenu .wp-submenu .wp-submenu-head {
421+
cursor: pointer;
422+
}
423+
420424
#adminmenu li.current,
421425
.folded #adminmenu li.wp-menu-open {
422426
border: 0 none;

0 commit comments

Comments
 (0)