mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-10 07:34:34 +00:00
Fix off-by-one pixel error in folded admin menus. see #18382.
git-svn-id: https://develop.svn.wordpress.org/trunk@19277 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1588,7 +1588,7 @@ form.upgrade .hint {
|
||||
|
||||
.folded #adminmenu .wp-submenu,
|
||||
.folded #adminmenu .wp-has-current-submenu .wp-submenu {
|
||||
top: -5px;
|
||||
top: -6px;
|
||||
left: 26px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user