mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-16 15:46:04 +01:00
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:
parent
f4fc857b9c
commit
3ff4f1fc69
@ -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