In the collapsed admin menu, retain the arrow when hovering over a childless item. see #18382.

git-svn-id: https://develop.svn.wordpress.org/trunk@19433 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2011-11-23 22:50:46 +00:00
parent ae2743d972
commit dbe3d24b39
3 changed files with 3 additions and 2 deletions

View File

@@ -1803,6 +1803,7 @@ body.no-js #adminmenu .wp-menu-toggle,
display: none;
}
.folded #adminmenu li.current:hover .wp-menu-arrow,
.folded #adminmenu li.menu-top.wp-menu-open:hover .wp-menu-arrow {
display: block;
z-index: 125;