Always hide the admin menu arrow in IE8 (doesn't work there), props casben79, SergeyBiryukov, fixes #19586

git-svn-id: http://svn.automattic.com/wordpress/trunk@20633 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2012-04-28 20:55:56 +00:00
parent f4fc857b9c
commit 3ff4f1fc69
1 changed files with 4 additions and 0 deletions

View File

@ -1509,6 +1509,10 @@ body.no-js #adminmenu .wp-menu-toggle,
z-index: 1001;
}
.ie8 #adminmenu li.menu-top:hover .wp-menu-arrow {
display: none;
}
#adminmenu .wp-menu-arrow div {
position: absolute;
top: 7px;