Administration: Adjust submenu padding in admin menu.

This changeset adjusts the padding for submenu link groups in the admin menu, ensuring consistent top and bottom padding.

Follow-up to [26072].

Props trushaamin, modi2918, hellofromTonya, peterwilsoncc, sabernhardt, im3dabasia1, audrasjb, karmatosed, dhrumilk.
Fixes #61689.


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


git-svn-id: http://core.svn.wordpress.org/trunk@59217 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2025-02-26 21:47:25 +00:00
parent 2649d14466
commit 00228cf046
5 changed files with 7 additions and 7 deletions

View File

@ -128,7 +128,7 @@
right: 160px;
overflow: visible;
word-wrap: break-word;
padding: 7px 0 8px;
padding: 6px 0;
z-index: 9999;
background-color: #2c3338;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
@ -572,7 +572,7 @@ li#wp-admin-bar-menu-toggle {
position: absolute;
top: -1000em;
margin-left: -1px;
padding: 7px 0 8px;
padding: 6px 0;
z-index: 9999;
}

File diff suppressed because one or more lines are too long

View File

@ -127,7 +127,7 @@
left: 160px;
overflow: visible;
word-wrap: break-word;
padding: 7px 0 8px;
padding: 6px 0;
z-index: 9999;
background-color: #2c3338;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
@ -571,7 +571,7 @@ li#wp-admin-bar-menu-toggle {
position: absolute;
top: -1000em;
margin-right: -1px;
padding: 7px 0 8px;
padding: 6px 0;
z-index: 9999;
}

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-alpha-59874';
$wp_version = '6.8-alpha-59875';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.