mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-09 15:14:37 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user