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

git-svn-id: https://develop.svn.wordpress.org/trunk@20633 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2012-04-28 20:55:56 +00:00
parent c072db3732
commit 99868b2742
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;