mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
CSS cleanup: remove references to .wp-menu-toggle, props ocean90, fixes #21502
git-svn-id: https://develop.svn.wordpress.org/trunk@21461 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1410,9 +1410,7 @@ form.upgrade .hint {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.folded #adminmenu a.menu-top,
|
||||
body.no-js #adminmenu .wp-menu-toggle,
|
||||
.folded #adminmenu div.wp-menu-toggle {
|
||||
.folded #adminmenu a.menu-top {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -1665,16 +1663,6 @@ body.no-js #adminmenu .wp-menu-toggle,
|
||||
margin-left: 40px;
|
||||
}
|
||||
|
||||
#adminmenu .wp-menu-toggle {
|
||||
width: 18px;
|
||||
clear: right;
|
||||
float: right;
|
||||
margin: 1px 0 0;
|
||||
height: 27px;
|
||||
padding: 1px 2px 0 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#adminmenu .wp-menu-image a {
|
||||
height: 24px;
|
||||
}
|
||||
@@ -1771,8 +1759,7 @@ body.no-js #adminmenu .wp-menu-toggle,
|
||||
display: block;
|
||||
}
|
||||
|
||||
#adminmenu a.menu-top,
|
||||
#adminmenu div.wp-menu-toggle {
|
||||
#adminmenu a.menu-top {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user