Remove the gap on folded admin menu item with submenu above a divider, props helenyhou, fixes #19269
git-svn-id: http://svn.automattic.com/wordpress/trunk@19355 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
42cae425e5
commit
a715cedef2
File diff suppressed because one or more lines are too long
|
@ -1855,6 +1855,10 @@ body.no-js #adminmenu .wp-menu-toggle,
|
||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.folded #adminmenu .wp-has-current-submenu.menu-top-last {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.folded #adminmenu .wp-has-current-submenu .wp-submenu-wrap {
|
.folded #adminmenu .wp-has-current-submenu .wp-submenu-wrap {
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue