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:
parent
c072db3732
commit
99868b2742
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user