Administration: Merge CSS rules for `#adminmenu .wp-submenu a` in one place.

Props ozmatflc, AkSDvP.
Fixes #47780.
Built from https://develop.svn.wordpress.org/trunk@45682


git-svn-id: http://core.svn.wordpress.org/trunk@45493 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-07-26 13:49:57 +00:00
parent 33b2fbc7e7
commit 5cdbe22b16
5 changed files with 11 additions and 17 deletions

View File

@ -167,6 +167,10 @@
#adminmenu .wp-submenu a { #adminmenu .wp-submenu a {
color: #b4b9be; color: #b4b9be;
color: rgba(240, 245, 250, 0.7); color: rgba(240, 245, 250, 0.7);
font-size: 13px;
line-height: 1.4;
margin: 0;
padding: 5px 0;
} }
#adminmenu .wp-submenu a:hover, #adminmenu .wp-submenu a:hover,
@ -278,13 +282,6 @@
width: auto; width: auto;
} }
#adminmenu .wp-submenu a {
font-size: 13px;
line-height: 1.4;
margin: 0;
padding: 5px 0;
}
#adminmenu .wp-submenu li.current, #adminmenu .wp-submenu li.current,
#adminmenu .wp-submenu li.current a, #adminmenu .wp-submenu li.current a,
#adminmenu .opensub .wp-submenu li.current a, #adminmenu .opensub .wp-submenu li.current a,

File diff suppressed because one or more lines are too long

View File

@ -167,6 +167,10 @@
#adminmenu .wp-submenu a { #adminmenu .wp-submenu a {
color: #b4b9be; color: #b4b9be;
color: rgba(240, 245, 250, 0.7); color: rgba(240, 245, 250, 0.7);
font-size: 13px;
line-height: 1.4;
margin: 0;
padding: 5px 0;
} }
#adminmenu .wp-submenu a:hover, #adminmenu .wp-submenu a:hover,
@ -278,13 +282,6 @@
width: auto; width: auto;
} }
#adminmenu .wp-submenu a {
font-size: 13px;
line-height: 1.4;
margin: 0;
padding: 5px 0;
}
#adminmenu .wp-submenu li.current, #adminmenu .wp-submenu li.current,
#adminmenu .wp-submenu li.current a, #adminmenu .wp-submenu li.current a,
#adminmenu .opensub .wp-submenu li.current a, #adminmenu .opensub .wp-submenu li.current a,

File diff suppressed because one or more lines are too long

View File

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