Admin menu: Ensure top level menu item keeps hover color when hovering over or focusing on the submenu.

props stevehickeydesign, melchoyce.
fixes #31275.


git-svn-id: https://develop.svn.wordpress.org/trunk@31424 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2015-02-11 22:24:49 +00:00
parent a93805f6bb
commit fbdb7685fa

View File

@ -238,6 +238,7 @@
#adminmenu li > a.menu-top:focus {
position: relative;
background-color: #191e23;
color: #00b9eb;
}
.folded #adminmenu li.menu-top:hover,