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

props stevehickeydesign, melchoyce.
fixes #31275.

Built from https://develop.svn.wordpress.org/trunk@31424


git-svn-id: http://core.svn.wordpress.org/trunk@31405 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2015-02-11 22:25:27 +00:00
parent 641f95155b
commit b6edb31874
5 changed files with 5 additions and 3 deletions

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,

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,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31423';
$wp_version = '4.2-alpha-31424';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.