Administration: Revert changes to the admin menu styles for long line lengths.

This reverts [46555], [46453], and [46332].

See #42201

Built from https://develop.svn.wordpress.org/trunk@46561


git-svn-id: http://core.svn.wordpress.org/trunk@46358 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2019-10-17 18:38:03 +00:00
parent 1d6bd71ce4
commit 67104bb3f4
5 changed files with 27 additions and 33 deletions

View File

@ -167,12 +167,10 @@
#adminmenu .wp-submenu a {
color: #b4b9be;
color: rgba(240, 245, 250, 0.7);
display: flex;
font-size: 13px;
line-height: 1.4;
margin: 0;
padding: 5px 0;
word-break: break-word;
}
#adminmenu .wp-submenu a:hover,
@ -339,9 +337,7 @@
}
#adminmenu div.wp-menu-name {
display: flex;
padding: 8px 0;
word-break: break-word;
}
#adminmenu div.wp-menu-image {
@ -512,17 +508,14 @@ ul#adminmenu > li.current > a.current:after {
}
/* @todo: consider to use a single rule for these counters and the list table comments counters. */
#adminmenu .wp-submenu a > span,
#adminmenu .wp-menu-name > span {
margin: 0px 5px -1px 1px;
}
#adminmenu .wp-submenu a > span > span,
#adminmenu .wp-menu-name > span > span,
#adminmenu .wp-submenu-head > span > span{
#adminmenu .awaiting-mod,
#adminmenu .update-plugins {
display: inline-block;
min-width: 8px;
vertical-align: top;
box-sizing: border-box;
margin: 1px 2px -1px 0;
padding: 0 5px;
min-width: 18px;
height: 18px;
border-radius: 9px;
background-color: #ca4a1f;
@ -530,9 +523,13 @@ ul#adminmenu > li.current > a.current:after {
font-size: 11px;
line-height: 1.6;
text-align: center;
word-break: normal;
z-index: 26;
}
#adminmenu li.current a .awaiting-mod,
#adminmenu li a.wp-has-current-submenu .update-plugins {
background-color: #ca4a1f;
color: #fff;
}
#adminmenu li span.count-0 {
@ -695,7 +692,7 @@ li#wp-admin-bar-menu-toggle {
}
.auto-fold #adminmenu a.menu-top {
height: auto;
height: 34px;
}
.auto-fold #adminmenu li.wp-menu-open {

File diff suppressed because one or more lines are too long

View File

@ -167,12 +167,10 @@
#adminmenu .wp-submenu a {
color: #b4b9be;
color: rgba(240, 245, 250, 0.7);
display: flex;
font-size: 13px;
line-height: 1.4;
margin: 0;
padding: 5px 0;
word-break: break-word;
}
#adminmenu .wp-submenu a:hover,
@ -339,9 +337,7 @@
}
#adminmenu div.wp-menu-name {
display: flex;
padding: 8px 0;
word-break: break-word;
}
#adminmenu div.wp-menu-image {
@ -512,17 +508,14 @@ ul#adminmenu > li.current > a.current:after {
}
/* @todo: consider to use a single rule for these counters and the list table comments counters. */
#adminmenu .wp-submenu a > span,
#adminmenu .wp-menu-name > span {
margin: 0px 1px -1px 5px;
}
#adminmenu .wp-submenu a > span > span,
#adminmenu .wp-menu-name > span > span,
#adminmenu .wp-submenu-head > span > span{
#adminmenu .awaiting-mod,
#adminmenu .update-plugins {
display: inline-block;
min-width: 8px;
vertical-align: top;
box-sizing: border-box;
margin: 1px 0 -1px 2px;
padding: 0 5px;
min-width: 18px;
height: 18px;
border-radius: 9px;
background-color: #ca4a1f;
@ -530,9 +523,13 @@ ul#adminmenu > li.current > a.current:after {
font-size: 11px;
line-height: 1.6;
text-align: center;
word-break: normal;
z-index: 26;
}
#adminmenu li.current a .awaiting-mod,
#adminmenu li a.wp-has-current-submenu .update-plugins {
background-color: #ca4a1f;
color: #fff;
}
#adminmenu li span.count-0 {
@ -695,7 +692,7 @@ li#wp-admin-bar-menu-toggle {
}
.auto-fold #adminmenu a.menu-top {
height: auto;
height: 34px;
}
.auto-fold #adminmenu li.wp-menu-open {

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-RC1-46560';
$wp_version = '5.3-RC1-46561';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.